summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-18 09:25:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-18 09:25:49 +0000
commit68f50c4e2d5fafe06235077d5ddb74ce10edb56c (patch)
tree004d707167b6cb3b21ef13f921db8ca484af27b0 /target/linux
parentb0e6e6e2f292c807d44058cce37844dc5053b725 (diff)
downloadmaster-31e0f0ae-68f50c4e2d5fafe06235077d5ddb74ce10edb56c.tar.gz
master-31e0f0ae-68f50c4e2d5fafe06235077d5ddb74ce10edb56c.tar.bz2
master-31e0f0ae-68f50c4e2d5fafe06235077d5ddb74ce10edb56c.zip
ramips: downgrade mt7621 "Spurious GIC Interrupt" to debug messages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44028
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/patches-3.14/0012-MIPS-ralink-add-MT7621-support.patch2
1 files changed, 1 insertions, 1 deletions
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();
+ }
+