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

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


Quoting Miaoqian Lin (2022-05-23 07:38:34)
> 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: 2cb5efefd6f7 ("clk: tegra: Implement clocks for Tegra114")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---

Applied to clk-next