net: hp100: remove deprecated IRQF_DISABLED
This patch proposes to remove the IRQF_DISABLED flag from drivers/net/ethernet/hp/hp100.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> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
44a272ddfd
commit
c023e28bf6
@ -1097,7 +1097,7 @@ static int hp100_open(struct net_device *dev)
|
||||
/* New: if bus is PCI or EISA, interrupts might be shared interrupts */
|
||||
if (request_irq(dev->irq, hp100_interrupt,
|
||||
lp->bus == HP100_BUS_PCI || lp->bus ==
|
||||
HP100_BUS_EISA ? IRQF_SHARED : IRQF_DISABLED,
|
||||
HP100_BUS_EISA ? IRQF_SHARED : 0,
|
||||
"hp100", dev)) {
|
||||
printk("hp100: %s: unable to get IRQ %d\n", dev->name, dev->irq);
|
||||
return -EAGAIN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user