Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177738
b: refs/heads/master
c: 6f17c65
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Liam Girdwood committed Dec 17, 2009
1 parent 1ffb0ad commit 779b227
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: cf9836f4ddd1a08e88fe05e06f21313c609d3d55
refs/heads/master: 6f17c65240e35ae99319c659c74d54100a832f45
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm831x-ldo.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ static unsigned int wm831x_aldo_get_mode(struct regulator_dev *rdev)
struct wm831x_ldo *ldo = rdev_get_drvdata(rdev);
struct wm831x *wm831x = ldo->wm831x;
int on_reg = ldo->base + WM831X_LDO_ON_CONTROL;
unsigned int ret;
int ret;

ret = wm831x_reg_read(wm831x, on_reg);
if (ret < 0)
Expand Down

0 comments on commit 779b227

Please sign in to comment.