[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1355412102-14265-5-git-send-email-lee.jones@linaro.org>
Date: Thu, 13 Dec 2012 15:21:27 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: cbou@...l.ru, Jonas Aaberg <jonas.aberg@...ricsson.com>,
Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 04/18] power: ab8500_fg: flush sync on suspend
From: Jonas Aaberg <jonas.aberg@...ricsson.com>
Do flush sync on the fg workqueue at suspend instead of
just flushing it.
Signed-off-by: Lee Jones <lee.jones@...aro.org>
Signed-off-by: Jonas Aaberg <jonas.aberg@...ricsson.com>
Reviewed-by: Johan BJORNSTEDT <johan.bjornstedt@...ricsson.com>
---
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 828529e..b1bc893 100644
--- a/drivers/power/ab8500_fg.c
+++ b/drivers/power/ab8500_fg.c
@@ -2436,7 +2436,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.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists