Re: [PATCH] staging: nvec: replace udelay() with usleep_range()

From: Khadija Kamran
Date: Mon Mar 27 2023 - 08:46:28 EST


On Mon, Mar 27, 2023 at 03:25:43PM +0300, Dan Carpenter wrote:
> On Mon, Mar 27, 2023 at 05:24:03PM +0500, Khadija Kamran wrote:
> > Replace 'udelay()' with 'usleep_range()' with 1000us as upper limit.
> > This issue is reported by checkpatch.pl script.
> >
> > CHECK: usleep_range is preferred over udelay; see
> > Documentation/timers/timers-howto.rst
> >
> > Signed-off-by: Khadija Kamran <kamrankhadijadj@xxxxxxxxx>
> > ---
>
> This kind of change requires you to test on the hardware and have
> slightly in depth knowledge of the spec.

Okay, thank you!

Regards,
Khadija


>
> regards,
> dan carpenter
>