[PATCH] soc: integrator: Fix refcount leak in integrator_soc_init

Linus Walleij linus.walleij at linaro.org
Fri Jun 3 03:07:02 PDT 2022


On Mon, May 23, 2022 at 4:16 PM Miaoqian Lin <linmq006 at gmail.com> 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: f956a785a282 ("soc: move SoC driver for the ARM Integrator")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>

Patch applied!

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list