From 68f50c4e2d5fafe06235077d5ddb74ce10edb56c Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
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 <nbd@openwrt.org>

SVN-Revision: 44028
---
 .../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 <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();
 +	}
 +
-- 
2.30.2