On Wed, Nov 21, 2018 at 12:27:40AM +0900, Akinobu Mita wrote: > Documentation/timers/timers-howto.txt says: > > "msleep(1~20) may not do what the caller intends, and will often sleep > longer (~20 ms actual sleep for any value given in the 1~20ms range)." > > So replace msleep(2) by usleep_range(2000, 3000). > > Reported-by: Hans Verkuil <[email protected]> > Cc: Matt Ranostay <[email protected]> > Cc: Sakari Ailus <[email protected]> > Cc: Hans Verkuil <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]> > Signed-off-by: Akinobu Mita <[email protected]>
Acked-by: Sakari Ailus <[email protected]> -- Sakari Ailus [email protected]
