aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.9/0099-pci-mt7620.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/patches-4.9/0099-pci-mt7620.patch')
-rw-r--r--target/linux/ramips/patches-4.9/0099-pci-mt7620.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ramips/patches-4.9/0099-pci-mt7620.patch b/target/linux/ramips/patches-4.9/0099-pci-mt7620.patch
index f532f30db8..997fb6a2b3 100644
--- a/target/linux/ramips/patches-4.9/0099-pci-mt7620.patch
+++ b/target/linux/ramips/patches-4.9/0099-pci-mt7620.patch
@@ -8,12 +8,3 @@
#define PPLL_DRV 0xa0
#define PDRV_SW_SET (1<<31)
-@@ -121,7 +120,7 @@ static int wait_pciephy_busy(void)
- else
- break;
- if (retry++ > WAITRETRY_MAX) {
-- printk(KERN_WARN "PCIE-PHY retry failed.\n");
-+ pr_warn("PCIE-PHY retry failed.\n");
- return -1;
- }
- }