Commit a3a4c10a authored by Liang He's avatar Liang He Committed by Michael Ellerman
Browse files

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: default avatarLiang He <windhl@126.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220620150518.4074910-1-windhl@126.com
parent def435c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -711,6 +711,7 @@ static void __init smp_core99_setup(int ncpus)
			printk(KERN_INFO "Processor timebase sync using"
			       " platform function\n");
		}
		of_node_put(cpus);
	}

#else /* CONFIG_PPC64 */