diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_fsf.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index b4c9ba085093..71c32f3ffcb7 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -1161,10 +1161,6 @@ int zfcp_fsf_send_els(struct zfcp_send_els *els) | |||
1161 | struct fsf_qtcb_bottom_support *bottom; | 1161 | struct fsf_qtcb_bottom_support *bottom; |
1162 | int ret = -EIO; | 1162 | int ret = -EIO; |
1163 | 1163 | ||
1164 | if (unlikely(!(atomic_read(&els->port->status) & | ||
1165 | ZFCP_STATUS_COMMON_UNBLOCKED))) | ||
1166 | return -EBUSY; | ||
1167 | |||
1168 | spin_lock_bh(&adapter->req_q_lock); | 1164 | spin_lock_bh(&adapter->req_q_lock); |
1169 | if (zfcp_fsf_req_sbal_get(adapter)) | 1165 | if (zfcp_fsf_req_sbal_get(adapter)) |
1170 | goto out; | 1166 | goto out; |