Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297962
b: refs/heads/master
c: 5ae2b82
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov committed Mar 26, 2012
1 parent 188118b commit 5dbaa4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e0e60cd0d688d0d1af85ef2abb8e363595af988
refs/heads/master: 5ae2b822e4dc2219e9544fec3be53de699ea0f56
4 changes: 2 additions & 2 deletions trunk/drivers/power/ab8500_fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ static ssize_t charge_full_store(struct ab8500_fg *di, const char *buf,

ret = strict_strtoul(buf, 10, &charge_full);

dev_dbg(di->dev, "Ret %d charge_full %lu", ret, charge_full);
dev_dbg(di->dev, "Ret %zd charge_full %lu", ret, charge_full);

if (!ret) {
di->bat_cap.max_mah = (int) charge_full;
Expand All @@ -2277,7 +2277,7 @@ static ssize_t charge_now_store(struct ab8500_fg *di, const char *buf,

ret = strict_strtoul(buf, 10, &charge_now);

dev_dbg(di->dev, "Ret %d charge_now %lu was %d",
dev_dbg(di->dev, "Ret %zd charge_now %lu was %d",
ret, charge_now, di->bat_cap.prev_mah);

if (!ret) {
Expand Down

0 comments on commit 5dbaa4b

Please sign in to comment.