Fix the irq request
[openwrt.git] / target / linux / adm5120-2.6 / files / drivers / net / adm5120sw.c
index f6a0c74..fb1752b 100644 (file)
@@ -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;
 
This page took 0.024675 seconds and 4 git commands to generate.