[PATCH] mtd: maps: Fix refcount leak in of_flash_probe_versatile

Linus Walleij linus.walleij at linaro.org
Tue May 24 00:25:11 PDT 2022


On Mon, May 23, 2022 at 4:02 PM Miaoqian Lin <linmq006 at gmail.com> wrote:

> of_find_matching_node_and_match() 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 at gmail.com>

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

Yours,
Linus Walleij



More information about the linux-mtd mailing list