ramips: downgrade mt7621 "Spurious GIC Interrupt" to debug messages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44028
This commit is contained in:
		@@ -311,7 +311,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 | 
				
			|||||||
+	if (likely(irq < GIC_NUM_INTRS))
 | 
					+	if (likely(irq < GIC_NUM_INTRS))
 | 
				
			||||||
+		do_IRQ(MIPS_GIC_IRQ_BASE + irq);
 | 
					+		do_IRQ(MIPS_GIC_IRQ_BASE + irq);
 | 
				
			||||||
+	else {
 | 
					+	else {
 | 
				
			||||||
+		pr_err("Spurious GIC Interrupt!\n");
 | 
					+		pr_debug("Spurious GIC Interrupt!\n");
 | 
				
			||||||
+		spurious_interrupt();
 | 
					+		spurious_interrupt();
 | 
				
			||||||
+	}
 | 
					+	}
 | 
				
			||||||
+
 | 
					+
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user