mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
[ar71xx] add missing break statement
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8a2f901563
commit
b4ca45931c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user