[PATCH] power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe

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


On Mon, May 23, 2022 at 4:10 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: 0e545f57b708 ("power: reset: driver for the Versatile syscon reboot")
> 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-arm-kernel mailing list