Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323352
b: refs/heads/master
c: 7305608
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 28, 2012
1 parent b371a0c commit aa5875a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f52a5800ab8f47a9bc430e21d5af84b6c290423
refs/heads/master: 7305608bc888271786e38aa27e63f846367ae842
3 changes: 2 additions & 1 deletion trunk/drivers/regulator/max8907-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ static __devinit int max8907_regulator_probe(struct platform_device *pdev)
MAX8907_II2RR_VERSION_REV_B) {
pmic->desc[MAX8907_SD1].min_uV = 637500;
pmic->desc[MAX8907_SD1].uV_step = 12500;
pmic->desc[MAX8907_SD1].n_voltages = (1425000 - 637500) / 12500;
pmic->desc[MAX8907_SD1].n_voltages =
(1425000 - 637500) / 12500 + 1;
}

for (i = 0; i < MAX8907_NUM_REGULATORS; i++) {
Expand Down

0 comments on commit aa5875a

Please sign in to comment.