[OpenWrt-Devel] [PATCH] lantiq: Silence the PCIe error interrupt printk also in 4.1

Martin Blumenstingl martin.blumenstingl at googlemail.com
Tue Jul 21 14:39:19 EDT 2015


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 at googlemail.com>
---
 target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0e49743..76bb515 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 at 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));
-- 
2.4.6
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list