git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d79281
)
Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c
author
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Mon, 28 May 2012 22:18:14 +0000
(19:18 -0300)
committer
Gustavo 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