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 >