Re: [PATCH] powerpc: 44x: Add of_node_put() when break out from for_each
From: Michael Ellerman <hidden> Date: 2022-09-09 12:14:45
On Fri, 1 Jul 2022 21:31:26 +0800, Liang He wrote:
In ppc47x_init_irq(), we need to call of_node_put() when there is
a break during the iteration of for_each_node_with_property() which
will automatically increase and decrease the refcount.