Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350406
b: refs/heads/master
c: 9c7b4e8
h: refs/heads/master
v: v3
  • Loading branch information
Russ Dill authored and Mark Brown committed Feb 14, 2013
1 parent d8316b9 commit 7a994d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f2e5d078f7f02d4289db31f5f63e23e39914075e
refs/heads/master: 9c7b4e8a8ad2624106fbf690fa97ab9c8c9bfa88
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ static int regulator_check_consumers(struct regulator_dev *rdev,
}

if (*min_uV > *max_uV) {
dev_err(regulator->dev, "Restricting voltage, %u-%uuV\n",
regulator->min_uV, regulator->max_uV);
rdev_err(rdev, "Restricting voltage, %u-%uuV\n",
*min_uV, *max_uV);
return -EINVAL;
}

Expand Down

0 comments on commit 7a994d8

Please sign in to comment.