[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
dace145374
commit
1fb9df5d30
@@ -235,7 +235,7 @@ static int ixpdev_open(struct net_device *dev)
|
||||
|
||||
if (!nds_open++) {
|
||||
err = request_irq(IRQ_IXP2000_THDA0, ixpdev_interrupt,
|
||||
SA_SHIRQ, "ixp2000_eth", nds);
|
||||
IRQF_SHARED, "ixp2000_eth", nds);
|
||||
if (err) {
|
||||
nds_open--;
|
||||
return err;
|
||||
|
Reference in New Issue
Block a user