mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 06:07:17 +07:00
Merge remote-tracking branch 'regulator/fix/tps65910' into tmp
This commit is contained in:
commit
53e5da79fa
@ -998,7 +998,7 @@ static struct tps65910_board *tps65910_parse_dt_reg_data(
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = of_regulator_match(pdev->dev.parent, regulators, matches, count);
|
ret = of_regulator_match(&pdev->dev, regulators, matches, count);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
dev_err(&pdev->dev, "Error parsing regulator init data: %d\n",
|
dev_err(&pdev->dev, "Error parsing regulator init data: %d\n",
|
||||||
ret);
|
ret);
|
||||||
|
Loading…
Reference in New Issue
Block a user