aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/pci/pci-mt7620.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-mt7620.c b/arch/mips/pci/pci-mt7620.c
index 22e4c22e750b..1a0b80a1cc4a 100644
--- a/arch/mips/pci/pci-mt7620.c
+++ b/arch/mips/pci/pci-mt7620.c
@@ -120,7 +120,7 @@ static int wait_pciephy_busy(void)
120 else 120 else
121 break; 121 break;
122 if (retry++ > WAITRETRY_MAX) { 122 if (retry++ > WAITRETRY_MAX) {
123 printk(KERN_WARN "PCIE-PHY retry failed.\n"); 123 pr_warn("PCIE-PHY retry failed.\n");
124 return -1; 124 return -1;
125 } 125 }
126 } 126 }