From: Michael Welling Date: Sat, 4 Oct 2014 02:26:00 +0000 (+0100) Subject: Staging:iio:tsl2583 Switch from msleep to usleep range per timers-howto.txt X-Git-Tag: next-20140428~14^2~110^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e193385bf4fa1bdbafcc12eaea4f0e718aeae858;p=karo-tx-linux.git Staging:iio:tsl2583 Switch from msleep to usleep range per timers-howto.txt Signed-off-by: Michael Welling Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/light/tsl2583.c b/drivers/staging/iio/light/tsl2583.c index 8d46c92f6f64..de3c9d8e7722 100644 --- a/drivers/staging/iio/light/tsl2583.c +++ b/drivers/staging/iio/light/tsl2583.c @@ -451,7 +451,7 @@ static int taos_chip_on(struct iio_dev *indio_dev) } } - msleep(3); + usleep_range(3000, 3500); /* NOW enable the ADC * initialize the desired mode of operation */ utmp = TSL258X_CNTL_PWR_ON | TSL258X_CNTL_ADC_ENBL;