| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SDK7786 FPGA PCIe mux handling |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | #define pr_fmt(fmt) "PCI: " fmt |
|---|
| 11 | 8 | |
|---|
| .. | .. |
|---|
| 56 | 53 | |
|---|
| 57 | 54 | /* Warn about forced rerouting if slot#3 is occupied */ |
|---|
| 58 | 55 | 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"); |
|---|
| 60 | 57 | return -EBUSY; |
|---|
| 61 | 58 | } |
|---|
| 62 | 59 | } else |
|---|