Author: blogic
Date: 2015-07-07 15:44:37 +0200 (Tue, 07 Jul 2015)
New Revision: 46222

Modified:
   trunk/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch
Log:
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 <[email protected]>

Modified: 
trunk/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch
===================================================================
--- 
trunk/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch   
    2015-07-07 13:44:32 UTC (rev 46221)
+++ 
trunk/target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-driver.patch   
    2015-07-07 13:44:37 UTC (rev 46222)
@@ -1105,7 +1105,7 @@
 +      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));
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to