Re: [PATCH] clk: tegra: Fix refcount leak in tegra210_clock_init

From: Stephen Boyd
Date: Mon Aug 22 2022 - 22:05:37 EST


Quoting Miaoqian Lin (2022-05-23 07:26:08)
> 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: 6b301a059eb2 ("clk: tegra: Add support for Tegra210 clocks")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---

Applied to clk-next