Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e193385b authored by Michael Welling's avatar Michael Welling Committed by Jonathan Cameron
Browse files

Staging:iio:tsl2583 Switch from msleep to usleep range per timers-howto.txt

parent cf0d0739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;