Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323307
b: refs/heads/master
c: 215b8b0
h: refs/heads/master
i:
  323305: 8fea5b2
  323303: fbe18d1
v: v3
  • Loading branch information
Uwe Kleine-König authored and Mark Brown committed Aug 8, 2012
1 parent 3ee9fda commit e6c3c2e
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 2f6c797f84fd764efb5eeb7cbb6a80a7244bd13c
refs/heads/master: 215b8b055de7dad26ab6c10f70130934309cb696
3 changes: 3 additions & 0 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@ static void print_constraints(struct regulator_dev *rdev)
if (constraints->valid_modes_mask & REGULATOR_MODE_STANDBY)
count += sprintf(buf + count, "standby");

if (!count)
sprintf(buf, "no parameters");

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

if ((constraints->min_uV != constraints->max_uV) &&
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static struct regulator_init_data dummy_initdata;
static struct regulator_ops dummy_ops;

static struct regulator_desc dummy_desc = {
.name = "dummy",
.name = "regulator-dummy",
.id = -1,
.type = REGULATOR_VOLTAGE,
.owner = THIS_MODULE,
Expand Down

0 comments on commit e6c3c2e

Please sign in to comment.