commit | 8bcde1f2ab732a7d7db1de854dcc0747ffecb7c2 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Mon May 28 19:18:14 2012 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Oct 12 18:18:47 2012 +0800 |
tree | ee4334629fc450ebfeccf4ebbec537aba0423353 | |
parent | 2d7928184c3d8724064de282be4e3c3d70f39d32 [diff] |
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>