Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297932
b: refs/heads/master
c: 13e0aa4
h: refs/heads/master
v: v3
  • Loading branch information
Dirk Brandewie authored and Anton Vorontsov committed Mar 26, 2012
1 parent 0980a65 commit d24374f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e5f3872d20448706d3bb8083ee82a9226d3f8b5c
refs/heads/master: 13e0aa469e11f31a83f32f614c1331630851af28
2 changes: 1 addition & 1 deletion trunk/drivers/power/max17042_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static int max17042_get_property(struct power_supply *psy,
val->intval = ret * 625 / 8;
break;
case POWER_SUPPLY_PROP_CAPACITY:
ret = max17042_read_reg(chip->client, MAX17042_SOC);
ret = max17042_read_reg(chip->client, MAX17042_RepSOC);
if (ret < 0)
return ret;

Expand Down

0 comments on commit d24374f

Please sign in to comment.