lkml.org 
[lkml]   [2012]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 09/57] power: ab8500_fg: usleep_range instead of short msleep
    On Tue, Sep 25, 2012 at 10:12:06AM -0600, mathieu.poirier@linaro.org wrote:
    > From: Jonas Aaberg <jonas.aberg@stericsson.com>
    >
    > Signed-off-by: Jonas ABERG <jonas.aberg@stericsson.com>
    > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
    > Reviewed-by: Johan BJORNSTEDT <johan.bjornstedt@stericsson.com>
    > ---
    > drivers/power/ab8500_fg.c | 2 +-
    > 1 files changed, 1 insertions(+), 1 deletions(-)
    >
    > diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c
    > index 1e02b00..0db17c7 100644
    > --- a/drivers/power/ab8500_fg.c
    > +++ b/drivers/power/ab8500_fg.c
    > @@ -957,7 +957,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);

    Um.. why? From the commit message it's not obvious the rationale behind
    this change. :-)

    > } while (!ab8500_fg_inst_curr_done(di));
    >
    > ab8500_fg_inst_curr_finalize(di, &di->inst_curr);
    > --
    > 1.7.5.4


    \
     
     \ /
      Last update: 2012-09-27 05:21    [W:6.420 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site