aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/stex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c
index a3a18ad73125..6129db4a6a38 100644
--- a/drivers/scsi/stex.c
+++ b/drivers/scsi/stex.c
@@ -746,6 +746,7 @@ static void stex_mu_intr(struct st_hba *hba, u32 doorbell)
746 stex_copy_data(ccb, resp, size); 746 stex_copy_data(ccb, resp, size);
747 } 747 }
748 748
749 ccb->req = NULL;
749 ccb->srb_status = resp->srb_status; 750 ccb->srb_status = resp->srb_status;
750 ccb->scsi_status = resp->scsi_status; 751 ccb->scsi_status = resp->scsi_status;
751 752