kernel/arch/arm/mach-bcm/bcm63xx_smp.c
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Broadcom BCM63138 DSL SoCs SMP support code 3 4 * 4 5 * Copyright (C) 2015, Broadcom Corporation 5 - *6 - * Licensed under the terms of the GPLv27 6 */ 8 7 9 8 #include <linux/delay.h> .. .. @@ -142,6 +141,7 @@ 142 141 * return 143 142 */ 144 143 ret = bcm63xx_pmb_power_on_cpu(dn); 144 + of_node_put(dn);145 145 if (ret) 146 146 goto out; 147 147 out: