[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
@@ -11545,7 +11545,7 @@ static int ipw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
|
||||
ipw_sw_reset(priv, 1);
|
||||
|
||||
err = request_irq(pdev->irq, ipw_isr, SA_SHIRQ, DRV_NAME, priv);
|
||||
err = request_irq(pdev->irq, ipw_isr, IRQF_SHARED, DRV_NAME, priv);
|
||||
if (err) {
|
||||
IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
|
||||
goto out_destroy_workqueue;
|
||||
|
Reference in New Issue
Block a user