commit | 52a1020e80beece986002f673eca24dae6255b55 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Tue Oct 25 12:09:52 2011 +0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Nov 07 17:24:52 2011 -0200 |
tree | 9f90f39d76ec76355a5a9c63f19e0357dc410ac8 | |
parent | df164df9a77979d1774ede353988c1a62584594b [diff] |
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 <dh.herrmann@googlemail.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>