diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-10-25 12:09:52 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-10-31 17:47:19 -0200 |
commit | 0ba22bb258341783939ed07bf7e7a9d92f3b0edf (patch) | |
tree | 3141aa8e3bd6aa02d79f40c7d3e2020f25ce1ff4 /drivers/bluetooth/btmrvl_sdio.c | |
parent | dafbde395ed560ddc3695df40f61d91c47433228 (diff) | |
download | linux-0ba22bb258341783939ed07bf7e7a9d92f3b0edf.tar.gz linux-0ba22bb258341783939ed07bf7e7a9d92f3b0edf.tar.bz2 linux-0ba22bb258341783939ed07bf7e7a9d92f3b0edf.zip |
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>
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.c')
0 files changed, 0 insertions, 0 deletions