Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350467
b: refs/heads/master
c: 0ce7d00
h: refs/heads/master
i:
  350465: 0ef74e3
  350463: 4986de2
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 30, 2013
1 parent 111bd9e commit bf8a0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6116ad94e1205b33a4c96530474844cd2a1ac21d
refs/heads/master: 0ce7d00d0d7bc04d917b8775da177dde962ce17e
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps6507x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static struct tps6507x_board *tps6507x_parse_dt_reg_data(
count = ARRAY_SIZE(tps6507x_matches);
matches = tps6507x_matches;

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 bf8a0fc

Please sign in to comment.