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

Commit d4d5cef6 authored by Mark Brown's avatar Mark Brown
Browse files

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

parents 2532a395 4b579270
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -982,7 +982,7 @@ static struct tps65910_board *tps65910_parse_dt_reg_data(
	}

	np = of_node_get(pdev->dev.parent->of_node);
	regulators = of_find_node_by_name(np, "regulators");
	regulators = of_get_child_by_name(np, "regulators");
	if (!regulators) {
		dev_err(&pdev->dev, "regulator node not found\n");
		return NULL;