[ar71xx] add missing break statement
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 18:02:12 +0000 (18:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 18:02:12 +0000 (18:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16701 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 8acc334..a912f38 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();
This page took 0.027751 seconds and 4 git commands to generate.