Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298583
b: refs/heads/master
c: 3a74403
h: refs/heads/master
i:
  298581: 6756900
  298579: 233e620
  298575: 6e1c40d
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 28, 2012
1 parent 3f6a056 commit 5b3e119
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: ed3be9a0e3c1050fe07d69a8c600d86cac76cdc4
refs/heads/master: 3a744038b3709cd467b693f3e146c6d5b8120a18
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm8350-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int get_isink_val(int min_uA, int max_uA, u16 *setting)
{
int i;

for (i = ARRAY_SIZE(isink_cur) - 1; i >= 0; i--) {
for (i = 0; i < ARRAY_SIZE(isink_cur); i++) {
if (min_uA <= isink_cur[i] && max_uA >= isink_cur[i]) {
*setting = i;
return 0;
Expand Down

0 comments on commit 5b3e119

Please sign in to comment.