ramips: downgrade mt7621 "Spurious GIC Interrupt" to debug messages
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-3.14 / 0012-MIPS-ralink-add-MT7621-support.patch
index 2471e7c8f5d6464291650ff456f2c7d1092fa1e2..f97f3c8fc898e549fad02d6994bfeb6e787883f7 100644 (file)
@@ -311,7 +311,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +      if (likely(irq < GIC_NUM_INTRS))
 +              do_IRQ(MIPS_GIC_IRQ_BASE + irq);
 +      else {
-+              pr_err("Spurious GIC Interrupt!\n");
++              pr_debug("Spurious GIC Interrupt!\n");
 +              spurious_interrupt();
 +      }
 +