Re: [PATCH] mtd: partitions: Fix refcount leak in parse_redboot_of

From: Linus Walleij
Date: Thu May 26 2022 - 10:29:27 EST


On Thu, May 26, 2022 at 1:07 PM Miaoqian Lin <linmq006@xxxxxxxxx> wrote:

> of_get_child_by_name() 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: 237960880960 ("mtd: partitions: redboot: seek fis-index-block in the right node")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>

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

Yours,
Linus Walleij