Re: [PATCH] arch: arm: mach-versatile: Add missing of_node_put()

From: Linus Walleij
Date: Wed Sep 13 2023 - 08:12:42 EST


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

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

Patch applied!

Yours,
Linus Walleij