]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()
authorLiang He <windhl@126.com>
Fri, 1 Jul 2022 14:01:19 +0000 (22:01 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:30:29 +0000 (17:30 +1000)
commita8b89c10e6052027061a447ff7436642310c8f20
treed8fadb0d80d7f3086d503f81bc7be816135f3324
parent9d86f0919544d8e422be2a1d562de1dbbbb6052d
powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()

for_each_node_by_type() will automatically increase and decrease
the refcount during the iteration. However, there is a reference
escaped into global 'fsl_pci_primary' and we need to handle it.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220701140119.245435-1-windhl@126.com
arch/powerpc/platforms/85xx/ge_imp3a.c