Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9b08d9c authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Remove useless initialization.

parent 756cca61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -127,7 +127,6 @@ static void __init ath79_misc_irq_init(void)

	for (i = ATH79_MISC_IRQ_BASE;
	     i < ATH79_MISC_IRQ_BASE + ATH79_MISC_IRQ_COUNT; i++) {
		irq_desc[i].status = IRQ_DISABLED;
		set_irq_chip_and_handler(i, &ath79_misc_irq_chip,
					 handle_level_irq);
	}