From: David Herrmann Date: Tue, 25 Oct 2011 10:09:52 +0000 (+0200) Subject: Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMIC X-Git-Tag: v3.2-rc1~4^2~24^2^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba22bb258341783939ed07bf7e7a9d92f3b0edf;p=pandora-kernel.git Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMIC We are allowed to sleep here so no need to use GFP_ATOMIC. The caller (ath3k_probe) calls request_firmware() which definitely sleeps. Hence, we should avoid using GFP_ATOMIC. Signed-off-by: David Herrmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed