]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
authorChandrakanth Patil <chandrakanth.patil@broadcom.com>
Wed, 15 Jul 2020 12:01:53 +0000 (17:31 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 15 Jul 2020 20:16:45 +0000 (16:16 -0400)
commite6eb97dd934924ad5307d4dd5e24519a272f29ea
treeb94d8014b1e715e933e6b92f6c4ae340c6720d07
parent9de9139af9729da4b35b016a978ac6929547d7a6
scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro

As the ENABLE_IRQ_POLL macro is undefined, the check for ENABLE_IRQ_POLL
macro in ISR will always be false. This leads to irq polling being
non-functional.

Remove ENABLE_IRQ_POLL check from ISR.

Link: https://lore.kernel.org/r/20200715120153.20512-1-chandrakanth.patil@broadcom.com
Fixes: 16c9eed26780 ("scsi: megaraid_sas: Call disable_irq from process IRQ")
Cc: <stable@vger.kernel.org> # v5.3+
Signed-off-by: Chandrakanth Patil <chandrakanth.patil@broadcom.com>
Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/megaraid/megaraid_sas_fusion.c