]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/powermac: Add missing of_node_put() in smp_core99_setup()
authorLiang He <windhl@126.com>
Mon, 20 Jun 2022 15:05:18 +0000 (23:05 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:30:24 +0000 (17:30 +1000)
commita3a4c10aef88a80ba1b230a7bf63ea381cc5116e
treed60e68f4d3e7d320fedcb361ea74776fac947a4d
parentdef435c04ee984a5f9ed2711b2bfe946936c6a21
powerpc/powermac: Add missing of_node_put() in smp_core99_setup()

In smp_core99_setup(), add of_node_put() to drop the reference once it's
no longer needed.

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