forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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: