Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262157
b: refs/heads/master
c: 54abd33
h: refs/heads/master
i:
  262155: 61daf58
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Jul 22, 2011
1 parent e732a25 commit 1b90a1e
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: 1a6958e79f9e191c89fe0c13f7452b0bd8097050
refs/heads/master: 54abd335fda86d305845f9e62b4bc0997386eb66
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int regulator_check_voltage(struct regulator_dev *rdev,

if (*min_uV > *max_uV) {
rdev_err(rdev, "unsupportable voltage range: %d-%duV\n",
min_uV, max_uV);
*min_uV, *max_uV);
return -EINVAL;
}

Expand Down Expand Up @@ -210,7 +210,7 @@ static int regulator_check_current_limit(struct regulator_dev *rdev,

if (*min_uA > *max_uA) {
rdev_err(rdev, "unsupportable current range: %d-%duA\n",
min_uA, max_uA);
*min_uA, *max_uA);
return -EINVAL;
}

Expand Down

0 comments on commit 1b90a1e

Please sign in to comment.