You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] irq-flags: drivers/block 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: Jens Axboe <axboe@suse.de> 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
3cca53b02a
commit
69ab3912d1
@@ -3014,7 +3014,7 @@ DAC960_DetectController(struct pci_dev *PCI_Device,
|
||||
Acquire shared access to the IRQ Channel.
|
||||
*/
|
||||
IRQ_Channel = PCI_Device->irq;
|
||||
if (request_irq(IRQ_Channel, InterruptHandler, SA_SHIRQ,
|
||||
if (request_irq(IRQ_Channel, InterruptHandler, IRQF_SHARED,
|
||||
Controller->FullModelName, Controller) < 0)
|
||||
{
|
||||
DAC960_Error("Unable to acquire IRQ Channel %d for Controller at\n",
|
||||
|
||||
Reference in New Issue
Block a user