aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-07 13:44:37 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-07 13:44:37 +0000
commit0064125580f2936569c8fc3248676a10df5f9851 (patch)
tree1e412618b5642eadc07bf7e4ad29c9c07a926cdd /target/linux
parent19890c560e2d9770e16f412097575cf785ad58da (diff)
downloadmaster-187ad058-0064125580f2936569c8fc3248676a10df5f9851.tar.gz
master-187ad058-0064125580f2936569c8fc3248676a10df5f9851.tar.bz2
master-187ad058-0064125580f2936569c8fc3248676a10df5f9851.zip
lantiq: Silence the printk when a PCIe error interrupt arrives
Basically the only error I am seeing is "Correctable Error". Also newer lantiq PCIe drivers have this message wrapped in a "if debug enabled" block. So it should be safe to disable this warning. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch b/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch
index 85311c21f2..b513e8a33a 100644
--- a/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch
+++ b/target/linux/lantiq/patches-3.18/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));