Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350470
b: refs/heads/master
c: 09a228e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 31, 2013
1 parent afd08fd commit c28c292
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: 6c7a7a0e36d1c122960cee5c5fd56f289a21cf1b
refs/heads/master: 09a228e70b04cdb514e9ec7f0a600b0b10dca1ca
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps65090-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static struct tps65090_platform_data *tps65090_parse_dt_reg_data(
return ERR_PTR(-ENODEV);
}

ret = of_regulator_match(pdev->dev.parent, regulators, tps65090_matches,
ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches,
ARRAY_SIZE(tps65090_matches));
if (ret < 0) {
dev_err(&pdev->dev,
Expand Down

0 comments on commit c28c292

Please sign in to comment.