[PATCH] bus: arm-integrator-lm: Fix refcount leak in integrator_ap_lm_probe
Linus Walleij
linus.walleij at linaro.org
Fri Jun 3 03:07:55 PDT 2022
On Mon, May 23, 2022 at 5:34 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: ccea5e8a5918 ("bus: Add driver for Integrator/AP logic modules")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>
Patch applied!
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list