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

Commit c356cbc2 authored by Axel Lin's avatar Axel Lin Committed by Liam Girdwood
Browse files

regulator: max8998 - set max8998->num_regulators



Set max8998->num_regulators = pdata->num_regulators,
otherwise it's default value is 0.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 11fa0d1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -558,6 +558,7 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev)

	rdev = max8998->rdev;
	max8998->iodev = iodev;
	max8998->num_regulators = pdata->num_regulators;
	platform_set_drvdata(pdev, max8998);

	for (i = 0; i < pdata->num_regulators; i++) {