Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252152
b: refs/heads/master
c: 22c51b4
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed May 27, 2011
1 parent c38776b commit 33e1170
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: 1a39962fc4d1fccdf45fef2656b37acbae5fa793
refs/heads/master: 22c51b47aa7cded7e4768540ebbbfddc91e31d90
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ int regulator_set_mode(struct regulator *regulator, unsigned int mode)
}

/* constraints check */
ret = regulator_mode_constrain(rdev, mode);
ret = regulator_mode_constrain(rdev, &mode);
if (ret < 0)
goto out;

Expand Down

0 comments on commit 33e1170

Please sign in to comment.