Re: [PATCH v2] powerpc: embedded6xx: Fix refcount leak bugs

From: Michael Ellerman
Date: Fri Sep 09 2022 - 08:12:14 EST


On Sat, 18 Jun 2022 12:10:42 +0800, Liang He wrote:
> In xx_init_xx(), of_find_node_by_type() will return a node pointer
> with refcount incremented. We should use of_node_put() when it is
> not used anymore.
>
>

Applied to powerpc/next.

[1/1] powerpc: embedded6xx: Fix refcount leak bugs
https://git.kernel.org/powerpc/c/6b2d17d514b105ecf486bdf011c444978e633085

cheers