* [PATCH] bfin_mac: remove deprecated IRQF_DISABLED
@ 2013-09-12 3:35 Michael Opdenacker
2013-09-12 8:09 ` Jingoo Han
2013-09-13 3:27 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Michael Opdenacker @ 2013-09-12 3:35 UTC (permalink / raw)
To: davem
Cc: richardcochran, jg1.han, jiri, mugunthanvnm, uclinux-dist-devel,
netdev, linux-kernel, Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from
drivers/net/ethernet/adi/bfin_mac.c.
It's a NOOP since 2.6.35 and it will be removed one day.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
drivers/net/ethernet/adi/bfin_mac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/adi/bfin_mac.c b/drivers/net/ethernet/adi/bfin_mac.c
index e66684a..75fb1d2 100644
--- a/drivers/net/ethernet/adi/bfin_mac.c
+++ b/drivers/net/ethernet/adi/bfin_mac.c
@@ -530,7 +530,7 @@ static int bfin_mac_ethtool_setwol(struct net_device *dev,
if (lp->wol && !lp->irq_wake_requested) {
/* register wake irq handler */
rc = request_irq(IRQ_MAC_WAKEDET, bfin_mac_wake_interrupt,
- IRQF_DISABLED, "EMAC_WAKE", dev);
+ 0, "EMAC_WAKE", dev);
if (rc)
return rc;
lp->irq_wake_requested = true;
@@ -1686,7 +1686,7 @@ static int bfin_mac_probe(struct platform_device *pdev)
/* now, enable interrupts */
/* register irq handler */
rc = request_irq(IRQ_MAC_RX, bfin_mac_interrupt,
- IRQF_DISABLED, "EMAC_RX", ndev);
+ 0, "EMAC_RX", ndev);
if (rc) {
dev_err(&pdev->dev, "Cannot request Blackfin MAC RX IRQ!\n");
rc = -EBUSY;
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] bfin_mac: remove deprecated IRQF_DISABLED
2013-09-12 3:35 [PATCH] bfin_mac: remove deprecated IRQF_DISABLED Michael Opdenacker
@ 2013-09-12 8:09 ` Jingoo Han
2013-09-13 3:27 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Jingoo Han @ 2013-09-12 8:09 UTC (permalink / raw)
To: 'Michael Opdenacker', davem
Cc: richardcochran, jiri, mugunthanvnm, uclinux-dist-devel, netdev,
linux-kernel
On Thursday, September 12, 2013 12:36 PM, Michael Opdenacker wrote:
>
> This patch proposes to remove the IRQF_DISABLED flag from
> drivers/net/ethernet/adi/bfin_mac.c.
>
> It's a NOOP since 2.6.35 and it will be removed one day.
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Best regards,
Jingoo Han
> ---
> drivers/net/ethernet/adi/bfin_mac.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] bfin_mac: remove deprecated IRQF_DISABLED
2013-09-12 3:35 [PATCH] bfin_mac: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-09-12 8:09 ` Jingoo Han
@ 2013-09-13 3:27 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-09-13 3:27 UTC (permalink / raw)
To: michael.opdenacker
Cc: richardcochran, jg1.han, jiri, mugunthanvnm, uclinux-dist-devel,
netdev, linux-kernel
From: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Date: Thu, 12 Sep 2013 05:35:43 +0200
> This patch proposes to remove the IRQF_DISABLED flag from
> drivers/net/ethernet/adi/bfin_mac.c.
>
> It's a NOOP since 2.6.35 and it will be removed one day.
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-13 3:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 3:35 [PATCH] bfin_mac: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-09-12 8:09 ` Jingoo Han
2013-09-13 3:27 ` 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).