]> Pileus Git - ~andy/linux/commitdiff
net: ethernet: cpsw: drop IRQF_DISABLED
authorFelipe Balbi <balbi@ti.com>
Fri, 2 Aug 2013 07:44:10 +0000 (10:44 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2013 21:53:52 +0000 (14:53 -0700)
IRQF_DISABLED is a no-op by now and should be
removed.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c

index 05a1674e204f772f84eb3d4ff70633942ba7c256..22a7a43362113c60d251a0daa85b536bcebd3648 100644 (file)
@@ -1867,7 +1867,7 @@ static int cpsw_probe(struct platform_device *pdev)
 
        while ((res = platform_get_resource(priv->pdev, IORESOURCE_IRQ, k))) {
                for (i = res->start; i <= res->end; i++) {
-                       if (request_irq(i, cpsw_interrupt, IRQF_DISABLED,
+                       if (request_irq(i, cpsw_interrupt, 0,
                                        dev_name(&pdev->dev), priv)) {
                                dev_err(priv->dev, "error attaching irq\n");
                                goto clean_ale_ret;