[PATCH] ARM: versatile: Fix refcount leak in ap_init_of

Linus Walleij linus.walleij at linaro.org
Wed Jun 15 06:47:25 PDT 2022


On Sun, Jun 5, 2022 at 10:49 AM 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: e67ae6be734d ("ARM: integrator: hook the AP into the SoC bus")
> Fixes: df36680f1a71 ("ARM: integrator: core module registers from compatible strings")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>

Patch applied!

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list