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

From: Stephen Boyd
Date: Fri Aug 19 2022 - 17:24:40 EST


Quoting Liang He (2022-06-16 18:43:08)
> In nomadik_src_init(), of_find_matching_node() will return a node
> pointer with refcount incremented. We should use of_node_put() in
> fail path or when it is not used anymore.
>
> Signed-off-by: Liang He <windhl@xxxxxxx>
> ---

Applied to clk-next