Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range

2018-08-06 Thread Ajay Singh
Hi Greg, On Sun, 5 Aug 2018 16:11:17 +0200 Greg KH wrote: > On Fri, Aug 03, 2018 at 01:58:51PM +0530, Ajay Singh wrote: > > Hi Greg, > > > > On Thu, 2 Aug 2018 09:34:15 +0200 > > Greg KH wrote: > > > > > On Sun, Jul 29, 2018 at 11:36:56AM +0530, Ajay Singh wrote: > > > > Cleanup patch to

Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range

2018-08-05 Thread Greg KH
On Fri, Aug 03, 2018 at 01:58:51PM +0530, Ajay Singh wrote: > Hi Greg, > > On Thu, 2 Aug 2018 09:34:15 +0200 > Greg KH wrote: > > > On Sun, Jul 29, 2018 at 11:36:56AM +0530, Ajay Singh wrote: > > > Cleanup patch to avoid the below checkpatch reported issue. > > > > > > "usleep_range is preferre

Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range

2018-08-03 Thread Ajay Singh
Hi Greg, On Thu, 2 Aug 2018 09:34:15 +0200 Greg KH wrote: > On Sun, Jul 29, 2018 at 11:36:56AM +0530, Ajay Singh wrote: > > Cleanup patch to avoid the below checkpatch reported issue. > > > > "usleep_range is preferred over udelay; see > > Documentation/timers/timers-howto.txt". > > > > Signed

Re: [PATCH 7/8] staging: wilc1000: replace udelay with usleep_range

2018-08-02 Thread Greg KH
On Sun, Jul 29, 2018 at 11:36:56AM +0530, Ajay Singh wrote: > Cleanup patch to avoid the below checkpatch reported issue. > > "usleep_range is preferred over udelay; see > Documentation/timers/timers-howto.txt". > > Signed-off-by: Ajay Singh > --- > drivers/staging/wilc1000/wilc_wlan.c | 2 +- >

[PATCH 7/8] staging: wilc1000: replace udelay with usleep_range

2018-07-28 Thread Ajay Singh
Cleanup patch to avoid the below checkpatch reported issue. "usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt". Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/wilc_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/