hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mach-bcm/bcm63xx_smp.c
....@@ -1,9 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Broadcom BCM63138 DSL SoCs SMP support code
34 *
45 * Copyright (C) 2015, Broadcom Corporation
5
- *
6
- * Licensed under the terms of the GPLv2
76 */
87
98 #include <linux/delay.h>
....@@ -142,6 +141,7 @@
142141 * return
143142 */
144143 ret = bcm63xx_pmb_power_on_cpu(dn);
144
+ of_node_put(dn);
145145 if (ret)
146146 goto out;
147147 out: