Files
twx-linux/drivers
Liang He 652fd40eb0 drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c
[ Upstream commit 4ff5a9b6d9 ]

In qoriq_cpufreq_probe(), of_find_matching_node() will return a
node pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Fixes: 157f527639 ("cpufreq: qoriq: convert to a platform driver")
[ Viresh: Fixed Author's name in commit log ]
Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-07-07 17:52:20 +02:00
..
2022-06-22 14:13:20 +02:00
2022-06-29 08:59:48 +02:00
2022-05-09 09:04:56 +02:00
2022-06-22 14:13:18 +02:00
2022-07-07 17:52:19 +02:00
2022-06-29 08:59:44 +02:00