dect
/
linux-2.6
Archived
13
0
Fork 0

Merge remote-tracking branch 'regulator/fix/tps65910' into tmp

This commit is contained in:
Mark Brown 2013-02-06 11:28:53 +00:00
commit 53e5da79fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);