From 6ec3f4ad06eeb7b404c3b26934ea2b46261b4dfd Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 18 Jan 2015 09:25:49 +0000 Subject: [PATCH] ramips: downgrade mt7621 "Spurious GIC Interrupt" to debug messages Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44028 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch b/target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch index 2471e7c8f5..f97f3c8fc8 100644 --- a/target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch +++ b/target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch @@ -311,7 +311,7 @@ Signed-off-by: John Crispin + 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(); + } + -- 2.11.0