staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOC
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 17 Aug 2015 02:05:14 +0000 (11:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 19:50:02 +0000 (12:50 -0700)
commit0ac87998784e261e1080907da912afb562737c69
treedd3980786ab90b058f3e7e3472c32b084c106497
parent280f1fa0808ea6e3b6bd5b39d67a0bb0a35a6761
staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOC

The kmalloc is used to handle host interface message within kernel thread.
The manipulation of host interface message is not called on IRQ context
and I could not find any spinlock inside function.

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