Re: [PATCH] ARM: integrator: Fix refcount leak in intcp_init_of

From: Linus Walleij
Date: Fri Jun 03 2022 - 18:08:51 EST


On Thu, May 26, 2022 at 10:18 AM Miaoqian Lin <linmq006@xxxxxxxxx> wrote:

> 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: df36680f1a71 ("ARM: integrator: core module registers from compatible strings")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>

Patch applied manually (target file moved in the tree)

Yours,
Linus Walleij