drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warning.
authorMohan Kumar <mohankumar718@gmail.com>
Sun, 14 Apr 2019 15:53:38 +0000 (18:53 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 22 Apr 2019 10:34:14 +0000 (11:34 +0100)
commit49deef1b1a385a8faccb222da4474bea073f5040
treeafa8991b519ee85f43c0af8e8b8f79c197b85bde
parentedde945257e28104cf865d7d2b9b239f87d815d4
drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warning.

As per Documentation/timers/timers-howto.txt Msleep < 20ms can sleep for
up to 20ms. so use usleep_range.

Signed-off-by: Mohan Kumar <mohankumar718@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/mpu3050-core.c