Re: [PATCH 2/2] staging: wilc1000: remove unwanted code

2015-06-11 Thread Dan Carpenter
Actually it doesn't leak. But it will Oops. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 2/2] staging: wilc1000: remove unwanted code

2015-06-11 Thread Dan Carpenter
On Thu, Jun 11, 2015 at 09:13:50AM -0700, gre...@linuxfoundation.org wrote: > On Thu, Jun 11, 2015 at 07:48:43AM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > From: Hari Prasath Gujulan Elango > > > > This patch removes code that is unused for any functionality in the > > ioctl SIOCDEVPR

Re: [PATCH 2/2] staging: wilc1000: remove unwanted code

2015-06-11 Thread gre...@linuxfoundation.org
On Thu, Jun 11, 2015 at 07:48:43AM +, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango > > This patch removes code that is unused for any functionality in the > ioctl SIOCDEVPRIVATE + 1.But since it is mentioned in the TODO > list that it needs to be replaced with

[PATCH 2/2] staging: wilc1000: remove unwanted code

2015-06-11 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch removes code that is unused for any functionality in the ioctl SIOCDEVPRIVATE + 1.But since it is mentioned in the TODO list that it needs to be replaced with generic API functions,the debug print alone is left as it is. Signed-off-by: Hari Prasath Gu