commit | 8f356be3fe098385e7a79ce893114ddcf8ad7d78 | [log] [tgz] |
---|---|---|
author | Matt Ranostay <matt.ranostay@intel.com> | Mon Feb 22 13:39:08 2016 -0800 |
committer | Jonathan Cameron <jic23@kernel.org> | Thu Feb 25 19:48:47 2016 +0000 |
tree | 99586015a5949b0bc912eab83dad3c8e62487d51 | |
parent | 115f0341bcac7734a78561791700af0c5c0b207d [diff] |
iio: imu: mpu6050: fix INV_MPU6050_REG_UP_TIME delay replace msleep(INV_MPU6050_REG_UP_TIME) with usleep_range calls due to fact the wait time is under 20 milliseconds. Signed-off-by: Matt Ranostay <matt.ranostay@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>