Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288893
b: refs/heads/master
c: 04bf301
h: refs/heads/master
i:
  288891: 7b11413
v: v3
  • Loading branch information
Mark Brown authored and Greg Kroah-Hartman committed Mar 12, 2012
1 parent 571c548 commit d46d4a1
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: 263a5c8e16c34199ddf6de3f102e789ffa3ee26e
refs/heads/master: 04bf30115f4ba2beda1efb6cfbae49cdc757f3a9
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ static struct regulator *_regulator_get(struct device *dev, const char *id,
{
struct regulator_dev *rdev;
struct regulator_map *map;
struct regulator *regulator = ERR_PTR(-ENODEV);
struct regulator *regulator = ERR_PTR(-EPROBE_DEFER);
const char *devname = NULL;
int ret;

Expand Down Expand Up @@ -2834,7 +2834,7 @@ struct regulator_dev *regulator_register(struct regulator_desc *regulator_desc,

if (!r) {
dev_err(dev, "Failed to find supply %s\n", supply);
ret = -ENODEV;
ret = -EPROBE_DEFER;
goto scrub;
}

Expand Down

0 comments on commit d46d4a1

Please sign in to comment.