Re: [PATCH v2] staging: rtl8723bs: replace msleep(10) with usleep_range()

From: Ethan Tidmore

Date: Thu Mar 05 2026 - 17:08:42 EST


On Tue Mar 3, 2026 at 2:45 AM CST, Yash Mehla wrote:
> msleep() should not be used for delays shorter than 20 ms.
> Replace msleep(10) with usleep_range(10000, 20000) and add
> <linux/delay.h> for the declaration.
>
> Signed-off-by: Yash Mehla <yashmehla688@xxxxxxxxx>
> ---

This has already came up before and Greg decided to drop it. [1]

Thanks,

ET

[1] https://lore.kernel.org/linux-staging/20260214173139.49094-1-ofekalm100@xxxxxxxxx/