Re: [PATCH 0/7] remove wilc_errorsupport.h from the wilc driver

2015-09-14 Thread Tony Cho
On 2015년 09월 15일 15:27, Sudip Mukherjee wrote: On Tue, Sep 15, 2015 at 11:53:34AM +0900, Tony Cho wrote: This patch aims to remove the wilc_errorsupport.h which is unnecessary in the wilc driver. This patch replaces the error types defined by wilc driver with kernel generic error types and rem

Re: [PATCH 0/7] remove wilc_errorsupport.h from the wilc driver

2015-09-14 Thread Sudip Mukherjee
On Tue, Sep 15, 2015 at 11:53:34AM +0900, Tony Cho wrote: > This patch aims to remove the wilc_errorsupport.h which is unnecessary in the > wilc driver. This patch replaces the error types defined by wilc driver with > kernel generic error types and removes macros which handles the errors. Patch 2