Re: [PATCH] staging: rtl8723bs: replace msleep(1)

From: Kisub Choe
Date: Mon Jun 23 2025 - 10:42:29 EST


On Mon, Jun 23, 2025 at 01:54:01PM +0300, Dan Carpenter wrote:
> On Sun, Jun 22, 2025 at 08:28:16AM +0900, Kisub Choe wrote:
> > changed msleep to usleep_range to
> >
> > Adhere to Linux kernel coding style.
> > Reported by checkpatch:
> >
> > WARNING: msleep < 20ms can sleep for up to 20ms;
> > see function description of msleep().
> >
> > Signed-off-by: Kisub Choe <kisub.choe.0x1@xxxxxxxxx>
>
> This type of change needs to be tested before it can be merged.
>
> regards,
> dan carpenter
>

Thank you for feedback.
I understand that this type of change should be tested due to its impact
on time-sensitive behavior.
However, I currently don't have access to any device that uses this
driver.
Please let me know how you'd suggest proceeding in this case.

Regards,
Kisub Choe.