Re: [PATCH 08/57] power: ab8500_fg: flush sync on suspend

From: Anton Vorontsov
Date: Wed Sep 26 2012 - 23:13:38 EST


On Tue, Sep 25, 2012 at 10:12:05AM -0600, mathieu.poirier@xxxxxxxxxx wrote:
> From: Jonas Aaberg <jonas.aberg@xxxxxxxxxxxxxx>
>
> Do flush sync on the fg workqueue at suspend instead of
> just flushing it.

OK, but why? I guess I know why you're doing it, but still...

> Signed-off-by: Jonas Aaberg <jonas.aberg@xxxxxxxxxxxxxx>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
> Reviewed-by: Johan BJORNSTEDT <johan.bjornstedt@xxxxxxxxxxxxxx>
> ---
> 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
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/