Re: [PATCH] staging:rtl8188eu Fix msleep < 20ms can sleep upto 20ms

2017-09-05 Thread Joe Perches
On Tue, 2017-09-05 at 15:36 +0530, Janani Sankara Babu wrote: > This patch solves the following warning shown by checkpatch script > Warning: msleep < 20ms can sleep for up to 20ms [] > diff --git a/drivers/staging/rtl8188eu/core/rtw_pwrctrl.c > b/drivers/staging/rtl8188eu/core/rtw_pwrctrl.c [] >

Re: [PATCH] staging:rtl8188eu Fix msleep < 20ms can sleep upto 20ms

2017-09-05 Thread Greg KH
On Tue, Sep 05, 2017 at 03:36:41PM +0530, Janani Sankara Babu wrote: > This patch solves the following warning shown by checkpatch script > Warning: msleep < 20ms can sleep for up to 20ms > > Signed-off-by: Janani Sankara Babu > --- > drivers/staging/rtl8188eu/core/rtw_pwrctrl.c | 2 +- > 1 fil

[PATCH] staging:rtl8188eu Fix msleep < 20ms can sleep upto 20ms

2017-09-05 Thread Janani Sankara Babu
This patch solves the following warning shown by checkpatch script Warning: msleep < 20ms can sleep for up to 20ms Signed-off-by: Janani Sankara Babu --- drivers/staging/rtl8188eu/core/rtw_pwrctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/co