[PATCH] irq-flags: misc drivers: 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> 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
8076fe32a7
commit
dace145374
@@ -1829,7 +1829,7 @@ static int __devinit fs_init (struct fs_dev *dev)
|
||||
init_q (dev, &dev->rx_rq[i], RXB_RQ(i), RXRQ_NENTRIES, 1);
|
||||
|
||||
dev->irq = pci_dev->irq;
|
||||
if (request_irq (dev->irq, fs_irq, SA_SHIRQ, "firestream", dev)) {
|
||||
if (request_irq (dev->irq, fs_irq, IRQF_SHARED, "firestream", dev)) {
|
||||
printk (KERN_WARNING "couldn't get irq %d for firestream.\n", pci_dev->irq);
|
||||
/* XXX undo all previous stuff... */
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user