Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58af7b88 authored by Adam Radford's avatar Adam Radford Committed by James Bottomley
Browse files

[SCSI] megaraid_sas: Remove un-needed completion_lock spinlock calls

parent 1d4329f8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1855,10 +1855,8 @@ megasas_complete_cmd_dpc_fusion(unsigned long instance_addr)
	}
	spin_unlock_irqrestore(&instance->hba_lock, flags);

	spin_lock_irqsave(&instance->completion_lock, flags);
	for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++)
		complete_cmd_fusion(instance, MSIxIndex);
	spin_unlock_irqrestore(&instance->completion_lock, flags);
}

/**