Skip to content

Commit 290d6db

Browse files
damien-lemoalbjorn-helgaas
authored andcommitted
scsi: hpsa: 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/20240325070944.3600338-23-dlemoal@kernel.org Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 416bdc4 commit 290d6db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/hpsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7509,7 +7509,7 @@ static void hpsa_setup_reply_map(struct ctlr_info *h)
75097509
*/
75107510
static int hpsa_interrupt_mode(struct ctlr_info *h)
75117511
{
7512-
unsigned int flags = PCI_IRQ_LEGACY;
7512+
unsigned int flags = PCI_IRQ_INTX;
75137513
int ret;
75147514

75157515
/* Some boards advertise MSI but don't really support it */

0 commit comments

Comments
 (0)