Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Oct 6, 2015
2 parents 049e6dd + 0642312 commit 6710f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,10 @@ static int regulator_resolve_supply(struct regulator_dev *rdev)
return 0;
}

/* Did the lookup explicitly defer for us? */
if (ret == -EPROBE_DEFER)
return ret;

if (have_full_constraints()) {
r = dummy_regulator_rdev;
} else {
Expand Down

0 comments on commit 6710f22

Please sign in to comment.