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)
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>

No differences found