From: Jonas Aaberg <[email protected]>

Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Jonas ABERG <[email protected]>
Reviewed-by: Johan BJORNSTEDT <[email protected]>
---
 drivers/power/ab8500_fg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c
index b1bc893..d974acd 100644
--- a/drivers/power/ab8500_fg.c
+++ b/drivers/power/ab8500_fg.c
@@ -956,7 +956,7 @@ static int ab8500_fg_load_comp_volt_to_capacity(struct 
ab8500_fg *di)
        do {
                vbat += ab8500_fg_bat_voltage(di);
                i++;
-               msleep(5);
+               usleep_range(5000, 5001);
        } while (!ab8500_fg_inst_curr_done(di));
 
        ab8500_fg_inst_curr_finalize(di, &di->inst_curr);
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to