Re: [PATCH] bus: arm-integrator-lm: Fix refcount leak in integrator_ap_lm_probe

From: Linus Walleij
Date: Fri Jun 03 2022 - 06:08:13 EST


On Mon, May 23, 2022 at 5:34 PM Miaoqian Lin <linmq006@xxxxxxxxx> 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@xxxxxxxxx>

Patch applied!

Yours,
Linus Walleij