]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMIC
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 7 Sep 2015 15:36:38 +0000 (00:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:45 +0000 (18:24 -0700)
commitd9998a91fee33153dfddb86fa7301d2e26590dbe
tree3166940953cf6493b1a17c4a74d61bffe0453fa4
parent8c589c240122e37d01997e665cd22bff9f11603c
staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMIC

This patch use kmalloc with GFP_ATOMIC instead of WILC_MALLOC.
It is inside the spin lock 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