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

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

Merge remote-tracking branch 'regulator/fix/core' into regulator-linus

parents 0df1f248 7de79a1d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -211,7 +211,8 @@ struct regulator_init_data *regulator_of_get_init_data(struct device *dev,
		search = dev->of_node;

	if (!search) {
		dev_err(dev, "Failed to find regulator container node\n");
		dev_dbg(dev, "Failed to find regulator container node '%s'\n",
			desc->regulators_node);
		return NULL;
	}