aacraid: Start adapter after updating number of MSIX vectors
The adapter has to be started after updating the number of MSIX Vectors
Fixes: ecc479e00d
(aacraid: Set correct MSIX count for EEH recovery)
Cc: stable@vger.kernel.org
Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a6cd4549af
commit
116d77fea0
|
@ -1431,8 +1431,8 @@ static int aac_acquire_resources(struct aac_dev *dev)
|
||||||
/* After EEH recovery or suspend resume, max_msix count
|
/* After EEH recovery or suspend resume, max_msix count
|
||||||
* may change, therfore updating in init as well.
|
* may change, therfore updating in init as well.
|
||||||
*/
|
*/
|
||||||
aac_adapter_start(dev);
|
|
||||||
dev->init->Sa_MSIXVectors = cpu_to_le32(dev->max_msix);
|
dev->init->Sa_MSIXVectors = cpu_to_le32(dev->max_msix);
|
||||||
|
aac_adapter_start(dev);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue