diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 2bf98469dc4c..cfd01ef8a9d4 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c | |||
@@ -481,6 +481,7 @@ static int scsi_eh_completed_normally(struct scsi_cmnd *scmd) | |||
481 | scsi_handle_queue_full(scmd->device); | 481 | scsi_handle_queue_full(scmd->device); |
482 | /* fall through */ | 482 | /* fall through */ |
483 | case BUSY: | 483 | case BUSY: |
484 | return NEEDS_RETRY; | ||
484 | default: | 485 | default: |
485 | return FAILED; | 486 | return FAILED; |
486 | } | 487 | } |