Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343120
b: refs/heads/master
c: 86a1450
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 28, 2012
1 parent 89166df commit 30efbf5
Show file tree
Hide file tree
Showing 3 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: d9f16b6e155682a2880dc6811aa270c5447d8d74
refs/heads/master: 86a14501180de78ccec1e513b031a06ea60c973f
1 change: 1 addition & 0 deletions trunk/drivers/regulator/arizona-ldo1.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static const struct regulator_desc arizona_ldo1 = {
.min_uV = 900000,
.uV_step = 50000,
.n_voltages = 6,
.enable_time = 500,

.owner = THIS_MODULE,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm831x-dcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int wm831x_buckv_set_voltage_sel(struct regulator_dev *rdev,
if (vsel > dcdc->dvs_vsel) {
ret = wm831x_set_bits(wm831x, dvs_reg,
WM831X_DC1_DVS_VSEL_MASK,
vsel);
dcdc->dvs_vsel);
if (ret == 0)
dcdc->dvs_vsel = vsel;
else
Expand Down

0 comments on commit 30efbf5

Please sign in to comment.