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

Commit cf707de2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM / devfreq: governor_cpufreq: Fix incorrect refcounting of OF node"

parents e31fee99 7856e8fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -668,7 +668,6 @@ static int __init devfreq_cpufreq_init(void)
				pr_err("Parsing %s failed!\n", of_child->name);
			else
				pr_debug("Parsed %s.\n", of_child->name);
			of_node_put(of_child);
		}
		of_node_put(of_par);
	} else {