mfd: ab8500-gpadc: Change to usleep_range() for greater resolution
authorLee Jones <lee.jones@linaro.org>
Mon, 29 Aug 2011 06:32:36 +0000 (08:32 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 4 Feb 2013 08:31:28 +0000 (08:31 +0000)
The resolution of msleep is related to HZ, so with HZ set to
100 any msleep of less than 10ms will become ~10ms.

Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found