]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/iio/light/tsl2583.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux...
[karo-tx-linux.git] / drivers / staging / iio / light / tsl2583.c
index f015fb4c09a8cf5ccbd46ab1e781b8a2918f3d6f..fa9649879662f11464bc294adf9e2e7a82abe3db 100644 (file)
@@ -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;