summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/smartpqi/smartpqi_init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
index a2730265799e..509a081a6f17 100644
--- a/drivers/scsi/smartpqi/smartpqi_init.c
+++ b/drivers/scsi/smartpqi/smartpqi_init.c
@@ -2841,6 +2841,9 @@ static unsigned int pqi_process_io_intr(struct pqi_ctrl_info *ctrl_info,
2841 switch (response->header.iu_type) { 2841 switch (response->header.iu_type) {
2842 case PQI_RESPONSE_IU_RAID_PATH_IO_SUCCESS: 2842 case PQI_RESPONSE_IU_RAID_PATH_IO_SUCCESS:
2843 case PQI_RESPONSE_IU_AIO_PATH_IO_SUCCESS: 2843 case PQI_RESPONSE_IU_AIO_PATH_IO_SUCCESS:
2844 if (io_request->scmd)
2845 io_request->scmd->result = 0;
2846 /* fall through */
2844 case PQI_RESPONSE_IU_GENERAL_MANAGEMENT: 2847 case PQI_RESPONSE_IU_GENERAL_MANAGEMENT:
2845 break; 2848 break;
2846 case PQI_RESPONSE_IU_VENDOR_GENERAL: 2849 case PQI_RESPONSE_IU_VENDOR_GENERAL: