mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix the irq request
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6748 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -385,7 +385,7 @@ static int __init adm5120_sw_init(void)
|
||||
int i, err;
|
||||
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)
|
||||
goto out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user