From: Anton Vorontsov <anton.vorontsov@linaro.org>
Date: Wed, 14 Mar 2012 00:41:37 +0000 (+0400)
Subject: ab8500_fg: Fix copy-paste error
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0fff22ee792aee95d6945f4ed1b10aeaea806bc8;p=linux.git

ab8500_fg: Fix copy-paste error

ab8500_fg_discharge_state_to() function should accept
'enum ab8500_fg_discharge_state' argument, not
'enum ab8500_fg_charge_state'.

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
---

diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c
index b7e12c8af8cd2..0441f9d1b29f3 100644
--- a/drivers/power/ab8500_fg.c
+++ b/drivers/power/ab8500_fg.c
@@ -1255,7 +1255,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
 }
 
 static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
-	enum ab8500_fg_charge_state new_state)
+	enum ab8500_fg_discharge_state new_state)
 {
 	dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
 		di->discharge_state,