diff options
| -rw-r--r-- | drivers/power/ab8500_fg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index eaf149ecb74b..c22f2f05657e 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c | |||
| @@ -2255,7 +2255,7 @@ static ssize_t charge_full_store(struct ab8500_fg *di, const char *buf, | |||
| 2255 | 2255 | ||
| 2256 | ret = strict_strtoul(buf, 10, &charge_full); | 2256 | ret = strict_strtoul(buf, 10, &charge_full); |
| 2257 | 2257 | ||
| 2258 | dev_dbg(di->dev, "Ret %d charge_full %lu", ret, charge_full); | 2258 | dev_dbg(di->dev, "Ret %zd charge_full %lu", ret, charge_full); |
| 2259 | 2259 | ||
| 2260 | if (!ret) { | 2260 | if (!ret) { |
| 2261 | di->bat_cap.max_mah = (int) charge_full; | 2261 | di->bat_cap.max_mah = (int) charge_full; |
| @@ -2277,7 +2277,7 @@ static ssize_t charge_now_store(struct ab8500_fg *di, const char *buf, | |||
| 2277 | 2277 | ||
| 2278 | ret = strict_strtoul(buf, 10, &charge_now); | 2278 | ret = strict_strtoul(buf, 10, &charge_now); |
| 2279 | 2279 | ||
| 2280 | dev_dbg(di->dev, "Ret %d charge_now %lu was %d", | 2280 | dev_dbg(di->dev, "Ret %zd charge_now %lu was %d", |
| 2281 | ret, charge_now, di->bat_cap.prev_mah); | 2281 | ret, charge_now, di->bat_cap.prev_mah); |
| 2282 | 2282 | ||
| 2283 | if (!ret) { | 2283 | if (!ret) { |
