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)
commit07d3f04550023395bbf34b99ec7e00fc50d9859f
treeb94d8014b1e715e933e6b92f6c4ae340c6720d07
parente094fd346021b820f37188aaa6b502c7490ab5b5
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: a6ffd5bf6819 ("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