commit | f3052587e31ce8ac11c069d942a5cefb18025037 | [log] [tgz] |
---|---|---|
author | Glen Lee <glen.lee@atmel.com> | Thu Sep 10 12:03:04 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Sep 12 18:24:54 2015 -0700 |
tree | ff0980136a08a42635264f5e93905c07e2bc5031 | |
parent | 37b9d03039032008e244ec37030ef9b3d87f198a [diff] |
staging: wilc1000: remove kmalloc wrapper This patch calls kmalloc() directly. No need to wrap kmalloc(). All is not holding a spin lock or in interrupt context. So use GFP_KERNEL flag for kmalloc. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>