Re: [PATCH V1 5/6] i2c: tegra: fix msleep warning

2019-06-07 Thread Dmitry Osipenko
07.06.2019 14:55, Bitan Biswas пишет: > Fix checkpatch.pl WARNING for delay of approximately 1msec > in flush i2c FIFO polling loop by using usleep_range(1000, 2000): > WARNING: msleep < 20ms can sleep for up to 20ms; see ... > Documentation/timers/timers-howto.txt > + msleep(1); > >

[PATCH V1 5/6] i2c: tegra: fix msleep warning

2019-06-07 Thread Bitan Biswas
Fix checkpatch.pl WARNING for delay of approximately 1msec in flush i2c FIFO polling loop by using usleep_range(1000, 2000): WARNING: msleep < 20ms can sleep for up to 20ms; see ... Documentation/timers/timers-howto.txt + msleep(1); Signed-off-by: Bitan Biswas --- drivers/i2c/busse