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

Commit 0079eb53 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown
Browse files

regulator: act8865: Add missing of_node_put



Add of_node_put to decrement the ref count.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 6ea970a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -221,6 +221,7 @@ static int act8865_pdata_from_dt(struct device *dev,

	matched = of_regulator_match(dev, np,
				act8865_matches, ARRAY_SIZE(act8865_matches));
	of_node_put(np);
	if (matched <= 0)
		return matched;