Re: [PATCH 00/24] staging: wilc1000: avoid use of static and global variable

2018-08-27 Thread Ajay Singh
Hi Greg, On Mon, 27 Aug 2018 19:10:47 +0200 Greg KH wrote: > On Tue, Aug 14, 2018 at 12:19:52PM +0530, Ajay Singh wrote: > > This patch set mainly contains changes to avoid the use of static > > and global variables. Also contains few patch to avoid the > > checkpatch warning arise due to code

Re: [PATCH 00/24] staging: wilc1000: avoid use of static and global variable

2018-08-27 Thread Greg KH
On Tue, Aug 14, 2018 at 12:19:52PM +0530, Ajay Singh wrote: > This patch set mainly contains changes to avoid the use of static > and global variables. Also contains few patch to avoid the checkpatch > warning arise due to code refactor. I'm dropping this whole series from my review queue as I

Re: [PATCH 00/24] staging: wilc1000: avoid use of static and global variable

2018-08-23 Thread Ajay Singh
Hi Claudiu, On Thu, 23 Aug 2018 11:09:29 +0300 Claudiu Beznea wrote: > Hi Ajay, > > Few comments on this series. See per patch replies. > Thank you for your time to review. I will check and update my replies on the patches. Regards, Ajay ___ devel

Re: [PATCH 00/24] staging: wilc1000: avoid use of static and global variable

2018-08-23 Thread Claudiu Beznea
Hi Ajay, Few comments on this series. See per patch replies. Thank you, Claudiu Beznea On 14.08.2018 09:49, Ajay Singh wrote: > This patch set mainly contains changes to avoid the use of static > and global variables. Also contains few patch to avoid the checkpatch > warning arise due to code

[PATCH 00/24] staging: wilc1000: avoid use of static and global variable

2018-08-14 Thread Ajay Singh
This patch set mainly contains changes to avoid the use of static and global variables. Also contains few patch to avoid the checkpatch warning arise due to code refactor. Ajay Singh (24): staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' struct staging: wilc1000: move