Re: [PATCH 0/5] staging: wilc1000: remove kmalloc wrappers

2015-09-11 Thread Greg Kroah-Hartman
On Thu, Sep 10, 2015 at 01:27:52PM +0300, Mike Rapoport wrote: > The wilc_memory.[ch] provide wrappers to kmalloc that effectively boil down to > calling to kmalloc with flags=GFP_ATOMIC. Replacing the calls to these > wrappers > with direct calls to kmalloc allows removal of the wilc_memory.[ch]

[PATCH 0/5] staging: wilc1000: remove kmalloc wrappers

2015-09-10 Thread Mike Rapoport
The wilc_memory.[ch] provide wrappers to kmalloc that effectively boil down to calling to kmalloc with flags=GFP_ATOMIC. Replacing the calls to these wrappers with direct calls to kmalloc allows removal of the wilc_memory.[ch] files. Mike Rapoport (5): staging: wilc1000: host_interface.c: replac