netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED
@ 2013-08-02  7:44 Felipe Balbi
  2013-08-02  9:06 ` Mugunthan V N
  2013-08-02 21:54 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Felipe Balbi @ 2013-08-02  7:44 UTC (permalink / raw)
  To: Mugunthan V N; +Cc: davem, netdev, Linux OMAP Mailing List, Felipe Balbi

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

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED
  2013-08-02  7:44 [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED Felipe Balbi
@ 2013-08-02  9:06 ` Mugunthan V N
  2013-08-02 21:54 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Mugunthan V N @ 2013-08-02  9:06 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: davem, netdev, Linux OMAP Mailing List

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<balbi@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>

Regards
Mugunthan V N

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED
  2013-08-02  7:44 [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED Felipe Balbi
  2013-08-02  9:06 ` Mugunthan V N
@ 2013-08-02 21:54 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-08-02 21:54 UTC (permalink / raw)
  To: balbi; +Cc: mugunthanvnm, netdev, linux-omap

From: Felipe Balbi <balbi@ti.com>
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 <balbi@ti.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-02 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02  7:44 [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED Felipe Balbi
2013-08-02  9:06 ` Mugunthan V N
2013-08-02 21:54 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).