Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292001
b: refs/heads/master
c: 4a68292
h: refs/heads/master
i:
  291999: 491d814
v: v3
  • Loading branch information
Mark Brown committed Feb 9, 2012
1 parent 023ce0b commit 3eb9174
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43f674a322aa8a3404df5785f84dc1351a5d84b6
refs/heads/master: 4a682922817fde4d82fed4303dc902c29d7b2e4e
5 changes: 5 additions & 0 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,11 @@ static void print_constraints(struct regulator_dev *rdev)
count += sprintf(buf + count, "standby");

rdev_info(rdev, "%s\n", buf);

if ((constraints->min_uV != constraints->max_uV) &&
!(constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE))
rdev_warn(rdev,
"Voltage range but no REGULATOR_CHANGE_VOLTAGE\n");
}

static int machine_constraints_voltage(struct regulator_dev *rdev,
Expand Down

0 comments on commit 3eb9174

Please sign in to comment.