Skip to content
Snippets Groups Projects
Commit f9b08d9c authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Remove useless initialization.

parent 756cca61
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
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