mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-23 05:52:27 +00:00
scsi: megaraid_sas: Reset ldio_outstanding in megasas_resume
Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
b051cc661c
commit
41fae9a498
@ -6708,6 +6708,7 @@ megasas_resume(struct pci_dev *pdev)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
atomic_set(&instance->fw_outstanding, 0);
|
atomic_set(&instance->fw_outstanding, 0);
|
||||||
|
atomic_set(&instance->ldio_outstanding, 0);
|
||||||
|
|
||||||
/* Now re-enable MSI-X */
|
/* Now re-enable MSI-X */
|
||||||
if (instance->msix_vectors) {
|
if (instance->msix_vectors) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user