[PATCH] mtd: partitions: Fix refcount leak in parse_redboot_of
Miquel Raynal
miquel.raynal at bootlin.com
Thu Jun 9 05:42:49 PDT 2022
On Thu, 2022-05-26 at 11:06:49 UTC, Miaoqian Lin 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>
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.
Miquel
More information about the linux-mtd
mailing list