Skip to content
Snippets Groups Projects
Commit 6ec3f4ad authored by nbd's avatar nbd
Browse files

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


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44028 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent c109c2f4
No related branches found
No related tags found
No related merge requests found
......@@ -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();
+ }
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment