<div dir="ltr">Hi all,<div><br></div><div>I ran the checkpatch script over drivers/staging/nvec.c and got the following warning</div><div><br></div><div><div> udelay(33);</div><div><br></div><div>CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt</div></div><div><br></div><div>I checked out the timers-howto.txt and for usleep_range, one has to specify the lower and upper limit for the timer. How does one decide what the upper limit will be if one is to change the function from udelay to usleep_range?</div><div><br></div><div>Thanks!</div><div>Gargi</div></div>