diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_fc.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.c b/drivers/s390/scsi/zfcp_fc.c index eabdfe24456e..67e6b7177870 100644 --- a/drivers/s390/scsi/zfcp_fc.c +++ b/drivers/s390/scsi/zfcp_fc.c | |||
@@ -259,10 +259,9 @@ static void zfcp_fc_ns_gid_pn_eval(unsigned long data) | |||
259 | 259 | ||
260 | if (ct->status) | 260 | if (ct->status) |
261 | return; | 261 | return; |
262 | if (ct_iu_resp->header.cmd_rsp_code != ZFCP_CT_ACCEPT) { | 262 | if (ct_iu_resp->header.cmd_rsp_code != ZFCP_CT_ACCEPT) |
263 | atomic_set_mask(ZFCP_STATUS_PORT_INVALID_WWPN, &port->status); | ||
264 | return; | 263 | return; |
265 | } | 264 | |
266 | /* paranoia */ | 265 | /* paranoia */ |
267 | if (ct_iu_req->wwpn != port->wwpn) | 266 | if (ct_iu_req->wwpn != port->wwpn) |
268 | return; | 267 | return; |