staging: wilc1000: use kmalloc instead of WILC_NEW
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 17 Aug 2015 02:05:10 +0000 (11:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 19:47:46 +0000 (12:47 -0700)
commit5c07828f5db4c620a4f574b3a4bb0a0bba82826b
treea196b106562209293395ae890ea20d79bf5aa907
parent6e3f05bfc02b61adf50709c4a96f07314addeeb6
staging: wilc1000: use kmalloc instead of WILC_NEW

WILC_NEW is replaced by kmallo with GFP_ATOMIC.
This kmalloc is inside a spin_lock_irqsave region.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_msgqueue.c