]> Git Repo - linux.git/commit
scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
authorChandrakanth Patil <[email protected]>
Wed, 15 Jul 2020 12:01:53 +0000 (17:31 +0530)
committerMartin K. Petersen <[email protected]>
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/[email protected]
Fixes: a6ffd5bf6819 ("scsi: megaraid_sas: Call disable_irq from process IRQ")
Cc: <[email protected]> # v5.3+
Signed-off-by: Chandrakanth Patil <[email protected]>
Signed-off-by: Kashyap Desai <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/megaraid/megaraid_sas_fusion.c
This page took 0.055981 seconds and 4 git commands to generate.