mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-05 10:39:23 +00:00
add missing break statement
SVN-Revision: 16701
This commit is contained in:
parent
0be423f619
commit
c38e7aa7b2
@ -385,6 +385,7 @@ void __init arch_init_irq(void)
|
|||||||
ar71xx_pci_irq_init();
|
ar71xx_pci_irq_init();
|
||||||
ar71xx_ip2_irq_handler = ar71xx_pci_irq_dispatch;
|
ar71xx_ip2_irq_handler = ar71xx_pci_irq_dispatch;
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
case AR71XX_SOC_AR7240:
|
case AR71XX_SOC_AR7240:
|
||||||
#ifdef CONFIG_PCI
|
#ifdef CONFIG_PCI
|
||||||
ar724x_pci_irq_init();
|
ar724x_pci_irq_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user