Re: [PATCH] xtfpga: Fix refcount leak bug in setup

From: Max Filippov
Date: Sat Jun 18 2022 - 18:02:06 EST


On Fri, Jun 17, 2022 at 4:54 AM Liang He <windhl@xxxxxxx> wrote:
>
> In machine_setup(), of_find_compatible_node() will return a node
> pointer with refcount incremented. We should use of_node_put() when
> it is not used anymore.
>
> Signed-off-by: Liang He <windhl@xxxxxxx>
> ---
> arch/xtensa/platforms/xtfpga/setup.c | 1 +
> 1 file changed, 1 insertion(+)

Thanks. Applied to my xtensa tree.

-- Max