Re: [PATCH] ARM: omap2: Fix refcount leak in omap3xxx_prm_late_init

From: Tony Lindgren
Date: Tue Jun 28 2022 - 01:10:34 EST


* Miaoqian Lin <linmq006@xxxxxxxxx> [220526 10:33]:
> 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.

Thanks applying into omap-for-v5.10/soc.

Tony