lkml.org 
[lkml]   [2012]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/57] power: ab8500_fg: flush sync on suspend
    Date
    From: Jonas Aaberg <jonas.aberg@stericsson.com>

    Do flush sync on the fg workqueue at suspend instead of
    just flushing it.

    Signed-off-by: Jonas Aaberg <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 342d118..1e02b00 100644
    --- a/drivers/power/ab8500_fg.c
    +++ b/drivers/power/ab8500_fg.c
    @@ -2437,7 +2437,7 @@ static int ab8500_fg_suspend(struct platform_device *pdev,
    {
    struct ab8500_fg *di = platform_get_drvdata(pdev);

    - flush_delayed_work(&di->fg_periodic_work);
    + flush_delayed_work_sync(&di->fg_periodic_work);

    /*
    * If the FG is enabled we will disable it before going to suspend
    --
    1.7.5.4


    \
     
     \ /
      Last update: 2012-09-25 19:01    [W:4.024 / U:0.488 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site