Skip to content

Commit

Permalink
MIPS: Remove useless initialization.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 25, 2011
1 parent 756cca6 commit f9b08d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/ath79/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f9b08d9

Please sign in to comment.