Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type

2018-08-12 Thread Ajay Singh
Hi Greg, On Sun, 12 Aug 2018 17:24:21 +0200 Greg KH wrote: > On Sun, Aug 12, 2018 at 05:18:29PM +0530, Ajay Singh wrote: > > Hi Greg, > > > > On Sun, 12 Aug 2018 13:29:30 +0200 > > Greg KH wrote: > > > > > On Sun, Aug 12, 2018 at 10:17:41AM +0530, Ajay Singh wrote: > > > > Refactor code by

Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type

2018-08-12 Thread Greg KH
On Sun, Aug 12, 2018 at 05:18:29PM +0530, Ajay Singh wrote: > Hi Greg, > > On Sun, 12 Aug 2018 13:29:30 +0200 > Greg KH wrote: > > > On Sun, Aug 12, 2018 at 10:17:41AM +0530, Ajay Singh wrote: > > > Refactor code by removing array of 'wilc_debugfs_info_t' type and > > > use single variable to

Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type

2018-08-12 Thread Ajay Singh
Hi Greg, On Sun, 12 Aug 2018 13:29:30 +0200 Greg KH wrote: > On Sun, Aug 12, 2018 at 10:17:41AM +0530, Ajay Singh wrote: > > Refactor code by removing array of 'wilc_debugfs_info_t' type and > > use single variable to store 'wilc_debugfs_info_t' struct value. > > > > Signed-off-by: Ajay Singh

Re: [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type

2018-08-12 Thread Greg KH
On Sun, Aug 12, 2018 at 10:17:41AM +0530, Ajay Singh wrote: > Refactor code by removing array of 'wilc_debugfs_info_t' type and use > single variable to store 'wilc_debugfs_info_t' struct value. > > Signed-off-by: Ajay Singh > --- > drivers/staging/wilc1000/wilc_debugfs.c | 26

[PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type

2018-08-11 Thread Ajay Singh
Refactor code by removing array of 'wilc_debugfs_info_t' type and use single variable to store 'wilc_debugfs_info_t' struct value. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/wilc_debugfs.c | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git