mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 13:36:44 +07:00
[SCSI] megaraid_sas: Fix the interrupt mask for Gen2 controller
Signed-off-by: Sumit Saxena <sumit.saxena@lsi.com> Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
b09e66da3f
commit
b5bccadd80
@ -711,7 +711,7 @@ megasas_clear_intr_gen2(struct megasas_register_set __iomem *regs)
|
||||
*/
|
||||
status = readl(®s->outbound_intr_status);
|
||||
|
||||
if (status & MFI_GEN2_ENABLE_INTERRUPT_MASK) {
|
||||
if (status & MFI_INTR_FLAG_REPLY_MESSAGE) {
|
||||
mfiStatus = MFI_INTR_FLAG_REPLY_MESSAGE;
|
||||
}
|
||||
if (status & MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT) {
|
||||
|
Loading…
Reference in New Issue
Block a user