Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298584
b: refs/heads/master
c: fa5a97b
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 28, 2012
1 parent 5b3e119 commit 1c17022
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: 3a744038b3709cd467b693f3e146c6d5b8120a18
refs/heads/master: fa5a97bb0c65cb8d0382b72a55e2b87e15268289
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm8350-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int wm8350_isink_get_current(struct regulator_dev *rdev)
return 0;
}

return DIV_ROUND_CLOSEST(isink_cur[val], 100);
return isink_cur[val];
}

/* turn on ISINK followed by DCDC */
Expand Down

0 comments on commit 1c17022

Please sign in to comment.