From: Andre Guedes Date: Thu, 7 Jun 2012 22:05:45 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in mgmt_pending_add X-Git-Tag: v3.6-rc1~125^2~57^2~2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b9456502d421a8272615fb641349eb2013b6d8;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL in mgmt_pending_add We are allowed to sleep in mgmt_pending_add, so we should use GFP_KERNEL for memory allocations instead of GFP_ATOMIC. Signed-off-by: Andre Guedes Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed