diff options
Diffstat (limited to 'drivers/scsi/scsi_error.c')
-rw-r--r-- | drivers/scsi/scsi_error.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 471a43102923..1c7d993fa8ad 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c | |||
@@ -452,7 +452,6 @@ static int scsi_send_eh_cmnd(struct scsi_cmnd *scmd, int timeout) | |||
452 | (sdev->lun << 5 & 0xe0); | 452 | (sdev->lun << 5 & 0xe0); |
453 | 453 | ||
454 | shost->eh_action = &done; | 454 | shost->eh_action = &done; |
455 | scmd->request->rq_status = RQ_SCSI_BUSY; | ||
456 | 455 | ||
457 | spin_lock_irqsave(shost->host_lock, flags); | 456 | spin_lock_irqsave(shost->host_lock, flags); |
458 | scsi_log_send(scmd); | 457 | scsi_log_send(scmd); |
@@ -461,7 +460,6 @@ static int scsi_send_eh_cmnd(struct scsi_cmnd *scmd, int timeout) | |||
461 | 460 | ||
462 | timeleft = wait_for_completion_timeout(&done, timeout); | 461 | timeleft = wait_for_completion_timeout(&done, timeout); |
463 | 462 | ||
464 | scmd->request->rq_status = RQ_SCSI_DONE; | ||
465 | shost->eh_action = NULL; | 463 | shost->eh_action = NULL; |
466 | 464 | ||
467 | scsi_log_completion(scmd, SUCCESS); | 465 | scsi_log_completion(scmd, SUCCESS); |
@@ -1657,7 +1655,6 @@ scsi_reset_provider(struct scsi_device *dev, int flag) | |||
1657 | 1655 | ||
1658 | scmd->request = &req; | 1656 | scmd->request = &req; |
1659 | memset(&scmd->eh_timeout, 0, sizeof(scmd->eh_timeout)); | 1657 | memset(&scmd->eh_timeout, 0, sizeof(scmd->eh_timeout)); |
1660 | scmd->request->rq_status = RQ_SCSI_BUSY; | ||
1661 | 1658 | ||
1662 | memset(&scmd->cmnd, '\0', sizeof(scmd->cmnd)); | 1659 | memset(&scmd->cmnd, '\0', sizeof(scmd->cmnd)); |
1663 | 1660 | ||