wlcore: use GFP_KERNEL together with GFP_DMA
authorLuciano Coelho <coelho@ti.com>
Thu, 3 May 2012 07:31:02 +0000 (10:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 15 May 2012 21:53:22 +0000 (17:53 -0400)
commitfd492ed7898570c744b2fe0d5856f11a043c66a7
tree0afa32623681a2433377e10cb6981ecd3210ba89
parent03bed29e0501b5757ce62ebdb01829f7bd8d9819
wlcore: use GFP_KERNEL together with GFP_DMA

GFP_DMA should not be used by itself, it still needs GFP_KERNEL or
such.  Fix two occurrences of allocations with GFP_DMA only.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/boot.c
drivers/net/wireless/ti/wlcore/main.c