Re: [PATCH] powerpc: maple: Fix refcount leak bug in time.c

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


On Fri, 17 Jun 2022 20:40:45 +0800, Liang He wrote:
> In maple_get_boot_time(), of_find_compatible_node() will return
> a node pointer with refcount incremented. We should use of_node_put()
> in fail path or when it is not used anymore.
>
>

Applied to powerpc/next.

[1/1] powerpc: maple: Fix refcount leak bug in time.c
https://git.kernel.org/powerpc/c/23b1481898ee8704394cead67eae2634003f7ca8

cheers