Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283437
b: refs/heads/master
c: 44abd77
h: refs/heads/master
i:
  283435: da55bfb
v: v3
  • Loading branch information
Jonghwan Choi authored and Anton Vorontsov committed Nov 24, 2011
1 parent eeccac0 commit 899f927
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: 47f0ac2b0a8c7f26b513a2a18045219b030aedf1
refs/heads/master: 44abd774f52999125d499aed17a2f70211c34dcd
2 changes: 1 addition & 1 deletion trunk/drivers/power/max8997_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static __devinit int max8997_battery_probe(struct platform_device *pdev)
return -EINVAL;

if (pdata->eoc_mA) {
u8 val = (pdata->eoc_mA - 50) / 10;
int val = (pdata->eoc_mA - 50) / 10;
if (val < 0)
val = 0;
if (val > 0xf)
Expand Down

0 comments on commit 899f927

Please sign in to comment.