Re: [PATCH v4] clk: tegra: Add missing of_node_put()

From: Stephen Boyd
Date: Fri Aug 19 2022 - 17:30:50 EST


Quoting Liang He (2022-06-16 18:59:18)
> In tegra124_132_clock_init_pre() and tegra30_clock_init(),
> of_find_matching_node() will return a node pointer with
> refcount incremented. We should use of_node_put() when it
> is not used anymore.
>
> Signed-off-by: Liang He <windhl@xxxxxxx>
> ---

Applied to clk-next