commit | fbbe4941f0dd36b5d39a4a1796aca8ce1f8efdf5 | [log] [tgz] |
---|---|---|
author | Bitan Biswas <bbiswas@nvidia.com> | Tue Jun 11 03:51:12 2019 -0700 |
committer | Wolfram Sang <wsa@the-dreams.de> | Wed Jun 12 12:20:36 2019 +0200 |
tree | 38901cd061207e4bd70e9d796323a8e5e91b6d37 | |
parent | 9d174476ddc137d3b47b3336f32edaa0ad40e158 [diff] |
i2c: tegra: fix msleep warning 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 <bbiswas@nvidia.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>