Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343125
b: refs/heads/master
c: 7cac646
h: refs/heads/master
i:
  343123: 82ee6ed
v: v3
  • Loading branch information
Mark Brown committed Dec 10, 2012
1 parent aadeb4c commit 9b77126
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: 9507281855080081084ed8526cfe1353c37407c4
refs/heads/master: 7cac646816c184f35640f69fe936b57403dc5d00
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,
dcdc->dvs_vsel);
vsel);
if (ret == 0)
dcdc->dvs_vsel = vsel;
else
Expand Down

0 comments on commit 9b77126

Please sign in to comment.