diff options
Diffstat (limited to 'drivers/s390/scsi')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index e6416f8541b0..babe1b8ba25e 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -2147,7 +2147,6 @@ static void zfcp_fsf_send_fcp_command_task_handler(struct zfcp_fsf_req *req) | |||
2147 | 2147 | ||
2148 | if (unlikely(req->status & ZFCP_STATUS_FSFREQ_ABORTED)) { | 2148 | if (unlikely(req->status & ZFCP_STATUS_FSFREQ_ABORTED)) { |
2149 | set_host_byte(scpnt, DID_SOFT_ERROR); | 2149 | set_host_byte(scpnt, DID_SOFT_ERROR); |
2150 | set_driver_byte(scpnt, SUGGEST_RETRY); | ||
2151 | goto skip_fsfstatus; | 2150 | goto skip_fsfstatus; |
2152 | } | 2151 | } |
2153 | 2152 | ||