commit | 75ac9a28a0c6b818ba1aba874b6b3ae17241552c | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Mon Jan 09 10:40:50 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 24 14:08:39 2012 -0500 |
tree | b6eb5fd1044daad2809e9569997412d817c69ba8 | |
parent | 11ee51589a61fa836b1540293ad6c7dfd7de544a [diff] |
drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMIC The function is called with locks held and thus should not use GFP_KERNEL. The semantic patch that makes this report is available in scripts/coccinelle/locks/call_kern.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>