Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252174
b: refs/heads/master
c: 6dc4efc
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Liam Girdwood committed May 27, 2011
1 parent a953da8 commit b96055a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ecb9c4f5956afa2ca0a20a1f99932b9ff81de854
refs/heads/master: 6dc4efc6d5429292f29009f6569fbb9a53929dd6
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/mc13892-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@ static int mc13892_sw_regulator_set_voltage(struct regulator_dev *rdev,
if (ret)
goto err;

if (value > 1375)
if (value > 1375000)
hi = 1;
else if (value < 1100)
else if (value < 1100000)
hi = 0;
else
hi = valread & MC13892_SWITCHERS0_SWxHI;
Expand Down

0 comments on commit b96055a

Please sign in to comment.