[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
@@ -402,7 +402,7 @@ static int __devinit pci200_pci_init_one(struct pci_dev *pdev,
|
||||
writew(readw(p) | 0x0040, p);
|
||||
|
||||
/* Allocate IRQ */
|
||||
if (request_irq(pdev->irq, sca_intr, SA_SHIRQ, devname, card)) {
|
||||
if (request_irq(pdev->irq, sca_intr, IRQF_SHARED, devname, card)) {
|
||||
printk(KERN_WARNING "pci200syn: could not allocate IRQ%d.\n",
|
||||
pdev->irq);
|
||||
pci200_pci_remove_one(pdev);
|
||||
|
||||
Reference in New Issue
Block a user