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

Linus Walleij linus.walleij at linaro.org
Thu May 26 07:29:06 PDT 2022


On Thu, May 26, 2022 at 1:07 PM Miaoqian Lin <linmq006 at gmail.com> 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 at gmail.com>

Reviewed-by: Linus Walleij <linus.walleij at linaro.org>

Yours,
Linus Walleij



More information about the linux-mtd mailing list