aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:07 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:07 +0000
commita45e4b063444ee8ab4b862b7f9e1b24a4737abaa (patch)
treea4da1edf44635d505a42c362010d6dcef02c7c19 /target/linux/lantiq
parentc9f57b682ff3f6555c66943061a306139eab4121 (diff)
downloadmaster-187ad058-a45e4b063444ee8ab4b862b7f9e1b24a4737abaa.tar.gz
master-187ad058-a45e4b063444ee8ab4b862b7f9e1b24a4737abaa.tar.bz2
master-187ad058-a45e4b063444ee8ab4b862b7f9e1b24a4737abaa.zip
lantiq: Silence the PCIe error interrupt printk also in 4.1
This ports 9e2a7b779e6f0914395da3657b00f0ac00209bfd to the 4.1 patches. I forgot this when preparing the initial 4.1 patch. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch b/target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch
index 4a7ea05fdc..fcc596fd23 100644
--- a/target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch
+++ b/target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch
@@ -1105,7 +1105,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ int pcie_port = ctrl->port;
+ u32 reg;
+
-+ printk("PCIe RC error intr %d\n", irq);
++ pr_debug("PCIe RC error intr %d\n", irq);
+ reg = IFX_REG_R32(PCIE_IRNCR(pcie_port));
+ reg &= PCIE_RC_CORE_COMBINED_INT;
+ IFX_REG_W32(reg, PCIE_IRNCR(pcie_port));