Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/fix/tps65910' into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Feb 6, 2013
2 parents e04702c + 08337fd commit 53e5da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/tps65910-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ static struct tps65910_board *tps65910_parse_dt_reg_data(
return NULL;
}

ret = of_regulator_match(pdev->dev.parent, regulators, matches, count);
ret = of_regulator_match(&pdev->dev, regulators, matches, count);
if (ret < 0) {
dev_err(&pdev->dev, "Error parsing regulator init data: %d\n",
ret);
Expand Down

0 comments on commit 53e5da7

Please sign in to comment.