Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262143
b: refs/heads/master
c: 7736f11
h: refs/heads/master
i:
  262141: 3d6356f
  262139: d253e88
  262135: d88be57
  262127: f207a62
  262111: 7eeb14a
  262079: 3ff7737
  262015: 0eedb2e
  261887: 96e7d18
  261631: c895baf
  261119: c7ba6ce
  260095: f5fe194
  258047: cc12fc2
  253951: 4e3be88
  245759: ce03e5c
  229375: 2e2dc7d
  196607: 01bac5e
  131071: 5e1d553
v: v3
  • Loading branch information
Colin Cross authored and Liam Girdwood committed May 30, 2011
1 parent 7cf4c49 commit 10438bb
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: 2ae3636b79aee1a69b2e84eff68bb123090796d3
refs/heads/master: 7736f11dbadce33d3f12bf0e8114d0f1da5e8622
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/twl-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ static struct regulator_ops twlsmps_ops = {
.desc = { \
.name = #label, \
.id = TWL6030_REG_##label, \
.n_voltages = (max_mVolts - min_mVolts)/100, \
.n_voltages = (max_mVolts - min_mVolts)/100 + 1, \
.ops = &twl6030ldo_ops, \
.type = REGULATOR_VOLTAGE, \
.owner = THIS_MODULE, \
Expand Down

0 comments on commit 10438bb

Please sign in to comment.