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.2-rc6~3^2~4^2~4^2~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91a4e3e3a16085623d47f03b338d9b74954ac67;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