Skip to content

Commit f932d58

Browse files
committed
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into master
Pull SCSI fix from James Bottomley: "One small driver fix. Although the one liner makes it sound like a cosmetic change, it's a regression fix for the megaraid_sas driver" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
2 parents e26aeee + 07d3f04 commit f932d58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/megaraid/megaraid_sas_fusion.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3739,10 +3739,8 @@ static irqreturn_t megasas_isr_fusion(int irq, void *devp)
37393739
if (instance->mask_interrupts)
37403740
return IRQ_NONE;
37413741

3742-
#if defined(ENABLE_IRQ_POLL)
37433742
if (irq_context->irq_poll_scheduled)
37443743
return IRQ_HANDLED;
3745-
#endif
37463744

37473745
if (!instance->msix_vectors) {
37483746
mfiStatus = instance->instancet->clear_intr(instance);

0 commit comments

Comments
 (0)