From: Andre Guedes Date: Thu, 7 Jun 2012 22:05:46 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in mgmt events functions X-Git-Tag: v3.6-rc1~125^2~57^2~2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790eff4429e45b850859f1bb8117846dafd5f86a;p=pandora-kernel.git 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 Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed