Skip to content

Commit 116d77f

Browse files
Raghava Aditya Renukuntamartinkpetersen
authored andcommitted
aacraid: Start adapter after updating number of MSIX vectors
The adapter has to be started after updating the number of MSIX Vectors Fixes: ecc479e (aacraid: Set correct MSIX count for EEH recovery) Cc: [email protected] Signed-off-by: Raghava Aditya Renukunta <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent a6cd454 commit 116d77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/aacraid/linit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,8 +1431,8 @@ static int aac_acquire_resources(struct aac_dev *dev)
14311431
/* After EEH recovery or suspend resume, max_msix count
14321432
* may change, therfore updating in init as well.
14331433
*/
1434-
aac_adapter_start(dev);
14351434
dev->init->Sa_MSIXVectors = cpu_to_le32(dev->max_msix);
1435+
aac_adapter_start(dev);
14361436
}
14371437
return 0;
14381438

0 commit comments

Comments
 (0)