ab8500_fg: Replace msleep() with usleep_range() for greater accuracy
authorJonas Aaberg <jonas.aberg@stericsson.com>
Tue, 15 Jan 2013 14:09:13 +0000 (14:09 +0000)
committerAnton Vorontsov <anton@enomsg.org>
Wed, 16 Jan 2013 01:35:19 +0000 (17:35 -0800)
Doing so provides a greater degree of accuracy when dealing with
time-frames between 1us and 20ms. msleep() is only accurate for
wake-ups greater than 20ms.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonas ABERG <jonas.aberg@stericsson.com>
Reviewed-by: Johan BJORNSTEDT <johan.bjornstedt@stericsson.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

No differences found