hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/drivers/pci/fixups-sdk7786.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * SDK7786 FPGA PCIe mux handling
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 #define pr_fmt(fmt) "PCI: " fmt
118
....@@ -56,7 +53,7 @@
5653
5754 /* Warn about forced rerouting if slot#3 is occupied */
5855 if ((data & PCIECR_PRST3) == 0) {
59
- pr_warning("Unreachable card detected in slot#3\n");
56
+ pr_warn("Unreachable card detected in slot#3\n");
6057 return -EBUSY;
6158 }
6259 } else