Re: [PATCH] arch: arm: mach-versatile: Add missing of_node_put in integrator.c

From: Linus Walleij
Date: Wed Sep 13 2023 - 08:10:52 EST


On Wed, Jun 15, 2022 at 11:05 AM heliang <windhl@xxxxxxx> wrote:

> In cm_init(), of_find_matching_node() will return a node pointer with
> refcount incremented. We should use of_node_put() when the pointer is
> not used anymore.
>
> Signed-off-by: heliang <windhl@xxxxxxx>

Patch applied.

Yours,
Linus Walleij