From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [PATCH] net: ethernet: cpsw: drop IRQF_DISABLED Date: Fri, 2 Aug 2013 10:44:10 +0300 Message-ID: <1375429450-25454-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , Linux OMAP Mailing List , Felipe Balbi To: Mugunthan V N Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:60445 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757361Ab3HBHo1 (ORCPT ); Fri, 2 Aug 2013 03:44:27 -0400 Sender: netdev-owner@vger.kernel.org List-ID: IRQF_DISABLED is a no-op by now and should be removed. Signed-off-by: Felipe Balbi --- 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