Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312585
b: refs/heads/master
c: 7f217d3
h: refs/heads/master
i:
  312583: 6c00014
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 26, 2012
1 parent b0b2160 commit 339b977
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: 1910efa1d0fdf8109b285d4486f6a0de810b5574
refs/heads/master: 7f217d36dce7e3e2789cfbd91ae53a36a98df837
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/arizona-micsupp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int arizona_micsupp_map_voltage(struct regulator_dev *rdev,
if (min_uV < 1700000)
min_uV = 1700000;

if (min_uV >= 3300000)
if (min_uV > 3200000)
selector = ARIZONA_MICSUPP_MAX_SELECTOR;
else
selector = DIV_ROUND_UP(min_uV - 1700000, 50000);
Expand Down

0 comments on commit 339b977

Please sign in to comment.