Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343166
b: refs/heads/master
c: fff15be
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 28, 2012
1 parent ee107e5 commit 1d40916
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dd8004af2b0e903b2ee9fce305cb615245fa12ee
refs/heads/master: fff15bef48e846d2670c86c95f8dbc3f84bbe866
4 changes: 3 additions & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,9 @@ static int machine_constraints_voltage(struct regulator_dev *rdev,

/* final: [min_uV..max_uV] valid iff constraints valid */
if (max_uV < min_uV) {
rdev_err(rdev, "unsupportable voltage constraints\n");
rdev_err(rdev,
"unsupportable voltage constraints %u-%uuV\n",
min_uV, max_uV);
return -EINVAL;
}

Expand Down

0 comments on commit 1d40916

Please sign in to comment.