Skip to content

Commit 1e1127d

Browse files
damien-lemoalbjorn-helgaas
authored andcommitted
scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Use the macro PCI_IRQ_INTX instead of the deprecated PCI_IRQ_LEGACY macro. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Damien Le Moal <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Martin K. Petersen <[email protected]>
1 parent 4571f14 commit 1e1127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/pmcraid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4033,7 +4033,7 @@ static int
40334033
pmcraid_register_interrupt_handler(struct pmcraid_instance *pinstance)
40344034
{
40354035
struct pci_dev *pdev = pinstance->pdev;
4036-
unsigned int irq_flag = PCI_IRQ_LEGACY, flag;
4036+
unsigned int irq_flag = PCI_IRQ_INTX, flag;
40374037
int num_hrrq, rc, i;
40384038
irq_handler_t isr;
40394039

0 commit comments

Comments
 (0)