diff options
author | Andre Guedes <aguedespe@gmail.com> | 2012-06-08 00:05:46 +0200 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-06-19 05:53:38 +0200 |
commit | 790eff4429e45b850859f1bb8117846dafd5f86a (patch) | |
tree | 1302668439c368f19152293fe49c97a49afcee83 /mm | |
parent | Bluetooth: Use GFP_KERNEL in mgmt_pending_add (diff) | |
download | linux-790eff4429e45b850859f1bb8117846dafd5f86a.tar.xz linux-790eff4429e45b850859f1bb8117846dafd5f86a.zip |
Bluetooth: Use GFP_KERNEL in mgmt events functions
cmd_status, cmd_complete and mgmt_event functions are executed in
process context and they are not called inside atomic sections. Thus,
they should use GFP_KERNEL for memory allocation instead of GFP_ATOMIC.
Signed-off-by: Andre Guedes <aguedespe@gmail.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions