Re: [PATCH] clk: tegra20: Fix refcount leak in tegra20_clock_init

From: Stephen Boyd
Date: Mon Aug 22 2022 - 22:06:34 EST


Quoting Miaoqian Lin (2022-05-23 08:28:11)
> of_find_matching_node() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when not need anymore.
> Add missing of_node_put() to avoid refcount leak.
>
> Fixes: 37c26a906527 ("clk: tegra: add clock support for Tegra20")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---

Applied to clk-next