projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96caf6
)
net: hamradio/scc: remove deprecated IRQF_DISABLED
author
Michael Opdenacker
<
[email protected]
>
Sat, 5 Oct 2013 04:22:30 +0000
(06:22 +0200)
committer
David S. Miller
<
[email protected]
>
Mon, 7 Oct 2013 19:53:52 +0000
(15:53 -0400)
This patch proposes to remove the use of the IRQF_DISABLED flag
It's a NOOP since 2.6.35 and it will be removed one day.
Signed-off-by: Michael Opdenacker <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/hamradio/scc.c
patch
|
blob
|
history
diff --git
a/drivers/net/hamradio/scc.c
b/drivers/net/hamradio/scc.c
index bc1d5217038985565f05e15fe98b2df4078c4114..4bc6ee8e7987796b04a6f1ef5a1a5ffe044ec8af 100644
(file)
--- a/
drivers/net/hamradio/scc.c
+++ b/
drivers/net/hamradio/scc.c
@@
-1734,7
+1734,7
@@
static int scc_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
if (!Ivec[hwcfg.irq].used && hwcfg.irq)
{
if (request_irq(hwcfg.irq, scc_isr,
-
IRQF_DISABLED
, "AX.25 SCC",
+
0
, "AX.25 SCC",
(void *)(long) hwcfg.irq))
printk(KERN_WARNING "z8530drv: warning, cannot get IRQ %d\n", hwcfg.irq);
else