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

Commit 20ab4a7a authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next

parents 45aae62d 09ca50d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ static int as3711_regulator_probe(struct platform_device *pdev)
		reg_data = pdata ? pdata->init_data[id] : NULL;

		/* No need to register if there is no regulator data */
		if (!ri->desc.name)
		if (!reg_data)
			continue;

		reg = &regs[id];