Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
-2
drivers/scsi/megaraid/megaraid_sas_fusion.c
··· 3739 3739 if (instance->mask_interrupts) 3740 3740 return IRQ_NONE; 3741 3741 3742 - #if defined(ENABLE_IRQ_POLL) 3743 3742 if (irq_context->irq_poll_scheduled) 3744 3743 return IRQ_HANDLED; 3745 - #endif 3746 3744 3747 3745 if (!instance->msix_vectors) { 3748 3746 mfiStatus = instance->instancet->clear_intr(instance);