forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/sh/boards/mach-sdk7786/nmi.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * SDK7786 FPGA NMI Support.
34 *
45 * Copyright (C) 2010 Paul Mundt
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107 #include <linux/init.h>
118 #include <linux/kernel.h>
....@@ -40,7 +37,7 @@
4037 nmi_mode = NMI_MODE_ANY;
4138 else {
4239 nmi_mode = NMI_MODE_UNKNOWN;
43
- pr_warning("Unknown NMI mode %s\n", str);
40
+ pr_warn("Unknown NMI mode %s\n", str);
4441 }
4542
4643 printk("Set NMI mode to %d\n", nmi_mode);