diff options
-rw-r--r-- | drivers/regulator/tps65090-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c index 8687543abe2f..c8e70451df38 100644 --- a/drivers/regulator/tps65090-regulator.c +++ b/drivers/regulator/tps65090-regulator.c | |||
@@ -186,7 +186,7 @@ static struct tps65090_platform_data *tps65090_parse_dt_reg_data( | |||
186 | return ERR_PTR(-ENODEV); | 186 | return ERR_PTR(-ENODEV); |
187 | } | 187 | } |
188 | 188 | ||
189 | ret = of_regulator_match(pdev->dev.parent, regulators, tps65090_matches, | 189 | ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches, |
190 | ARRAY_SIZE(tps65090_matches)); | 190 | ARRAY_SIZE(tps65090_matches)); |
191 | if (ret < 0) { | 191 | if (ret < 0) { |
192 | dev_err(&pdev->dev, | 192 | dev_err(&pdev->dev, |