Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 28 May 2012 22:18:14 +0000 (19:18 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 12 Oct 2012 10:18:47 +0000 (18:18 +0800)
commit8bcde1f2ab732a7d7db1de854dcc0747ffecb7c2
treeee4334629fc450ebfeccf4ebbec537aba0423353
parent2d7928184c3d8724064de282be4e3c3d70f39d32
Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c

Since we change the Bluetooth core to run in process context we don't need
to use GFP_ATOMIC in many of places we were using it. The we just replace
by GFP_KERNEL.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c