add missing break statement
authorGabor Juhos <juhosg@openwrt.org>
Sun, 5 Jul 2009 18:02:12 +0000 (18:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 5 Jul 2009 18:02:12 +0000 (18:02 +0000)
SVN-Revision: 16701

target/linux/ar71xx/files/arch/mips/ar71xx/irq.c

index 8acc3344f649e9c1d6ea7e453b72fc76946672c5..a912f3892090cc5fbba40f791239492c7ef29086 100644 (file)
@@ -385,6 +385,7 @@ void __init arch_init_irq(void)
                ar71xx_pci_irq_init();
                ar71xx_ip2_irq_handler = ar71xx_pci_irq_dispatch;
 #endif
+               break;
        case AR71XX_SOC_AR7240:
 #ifdef CONFIG_PCI
                ar724x_pci_irq_init();