From: David Herrmann Date: Tue, 25 Oct 2011 19:13:36 +0000 (+0200) Subject: Bluetooth: bcm203x: Use GFP_KERNEL in workqueue X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deceb024f1083d7eecaba7f2ee65d57f31f91bd5;p=pandora-kernel.git Bluetooth: bcm203x: Use GFP_KERNEL in workqueue A workqueue is allowed to sleep so we can safely use GFP_KERNEL instead of GFP_ATOMIC. This is still legacy code when the driver used timer BHs and not a worqueue. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed