ramips: downgrade mt7621 "Spurious GIC Interrupt" to debug messages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44028
master
Felix Fietkau 10 years ago
parent b0e6e6e2f2
commit 68f50c4e2d
  1. 2
      target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch

@ -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();
+ }
+

Loading…
Cancel
Save