diff options
Diffstat (limited to 'drivers/s390/scsi')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 3211dcc59543..7c3f02816e95 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -3562,8 +3562,8 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter, | |||
3562 | send_failed: | 3562 | send_failed: |
3563 | no_fit: | 3563 | no_fit: |
3564 | failed_scsi_cmnd: | 3564 | failed_scsi_cmnd: |
3565 | unit_blocked: | ||
3566 | zfcp_unit_put(unit); | 3565 | zfcp_unit_put(unit); |
3566 | unit_blocked: | ||
3567 | zfcp_fsf_req_free(fsf_req); | 3567 | zfcp_fsf_req_free(fsf_req); |
3568 | fsf_req = NULL; | 3568 | fsf_req = NULL; |
3569 | scsi_cmnd->host_scribble = NULL; | 3569 | scsi_cmnd->host_scribble = NULL; |