mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Fix the irq request
SVN-Revision: 6748
This commit is contained in:
parent
447b0f537a
commit
74304a4323
@ -385,7 +385,7 @@ static int __init adm5120_sw_init(void)
|
|||||||
int i, err;
|
int i, err;
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
|
|
||||||
err = request_irq(SW_IRQ, adm5120_sw_irq, SA_SHIRQ, "ethernet switch", NULL);
|
err = request_irq(SW_IRQ, adm5120_sw_irq, 0, "ethernet switch", NULL);
|
||||||
if (err)
|
if (err)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user