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

From: Dan Carpenter
Date: Mon Mar 27 2023 - 08:25:56 EST


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.

regards,
dan carpenter