Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b683d980 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: Update tps65217-regulator for DT changes

parent a493077f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ static int __devinit tps65217_regulator_probe(struct platform_device *pdev)
	tps->info[pdev->id] = info;

	rdev = regulator_register(&regulators[pdev->id], &pdev->dev,
				  pdev->dev.platform_data, tps);
				  pdev->dev.platform_data, tps, NULL);
	if (IS_ERR(rdev))
		return PTR_ERR(rdev);