Re: [PATCH] mtd: maps: Fix refcount leak in ap_flash_init

From: Linus Walleij
Date: Tue May 24 2022 - 03:26:51 EST


On Mon, May 23, 2022 at 4:33 PM 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: b0afd44bc192 ("mtd: physmap_of: add a hook for Versatile write protection")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>

Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij