[PATCH] net: ethernet: cpsw: drop IRQF_DISABLED

Subsystems: networking drivers, the rest, ti ethernet switch driver (cpsw)

STALE4789d

3 messages, 3 authors, 2013-08-02 · open the first message on its own page

[PATCH] net: ethernet: cpsw: drop IRQF_DISABLED

From: Felipe Balbi <hidden>
Date: 2013-08-02 07:44:27

IRQF_DISABLED is a no-op by now and should be
removed.

Signed-off-by: Felipe Balbi <redacted>
---
 drivers/net/ethernet/ti/cpsw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
index 05a1674..22a7a43 100644
--- a/drivers/net/ethernet/ti/cpsw.c
+++ b/drivers/net/ethernet/ti/cpsw.c
@@ -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;
-- 
1.8.3.4.840.g6a90778

Re: [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED

From: Mugunthan V N <hidden>
Date: 2013-08-02 09:04:43

On Friday 02 August 2013 01:14 PM, Felipe Balbi wrote:
IRQF_DISABLED is a no-op by now and should be
removed.

Signed-off-by: Felipe Balbi<redacted>
Acked-by: Mugunthan V N <redacted>

Regards
Mugunthan V N

Re: [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED

From: David Miller <davem@davemloft.net>
Date: 2013-08-02 21:54:07

From: Felipe Balbi <redacted>
Date: Fri, 2 Aug 2013 10:44:10 +0300
IRQF_DISABLED is a no-op by now and should be
removed.

Signed-off-by: Felipe Balbi <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help