Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262159
b: refs/heads/master
c: a1b81dd
h: refs/heads/master
i:
  262157: 1b90a1e
  262155: 61daf58
  262151: 3268a51
  262143: 10438bb
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Jul 28, 2011
1 parent 38e1f6a commit 5bfb9c3
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: 137a6354305455d585fe99fe5e9949acd895b045
refs/heads/master: a1b81dd3ff2c622d0f4e3954bf9b5dd47a0f13a0
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm831x-dcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ static __devinit int wm831x_buckv_probe(struct platform_device *pdev)
}
dcdc->on_vsel = ret & WM831X_DC1_ON_VSEL_MASK;

ret = wm831x_reg_read(wm831x, dcdc->base + WM831X_DCDC_ON_CONFIG);
ret = wm831x_reg_read(wm831x, dcdc->base + WM831X_DCDC_DVS_CONTROL);
if (ret < 0) {
dev_err(wm831x->dev, "Failed to read DVS VSEL: %d\n", ret);
goto err;
Expand Down

0 comments on commit 5bfb9c3

Please sign in to comment.