Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312537
b: refs/heads/master
c: 74e20e5
h: refs/heads/master
i:
  312535: 94e2ccd
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 13, 2012
1 parent 68f5e65 commit dcf7978
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: df2643cfa4ad4f3775838ad0c0815c465f351f92
refs/heads/master: 74e20e569158063970624e360c8395ac5cffd654
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm8400-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static int wm8400_ldo_list_voltage(struct regulator_dev *dev,
if (selector < 15)
return 900000 + (selector * 50000);
else
return 1600000 + ((selector - 14) * 100000);
return 1700000 + ((selector - 15) * 100000);
}

static int wm8400_ldo_map_voltage(struct regulator_dev *dev,
Expand Down

0 comments on commit dcf7978

Please sign in to comment.