diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.c b/drivers/s390/scsi/zfcp_fc.c index 34c9b20ce493..5d9367d9a12d 100644 --- a/drivers/s390/scsi/zfcp_fc.c +++ b/drivers/s390/scsi/zfcp_fc.c | |||
@@ -263,7 +263,7 @@ static void zfcp_fc_adisc_handler(unsigned long data) | |||
263 | struct zfcp_port *port = adisc->els.port; | 263 | struct zfcp_port *port = adisc->els.port; |
264 | struct zfcp_ls_adisc_acc *ls_adisc = &adisc->ls_adisc_acc; | 264 | struct zfcp_ls_adisc_acc *ls_adisc = &adisc->ls_adisc_acc; |
265 | 265 | ||
266 | if (!adisc->els.status) { | 266 | if (adisc->els.status) { |
267 | /* request rejected or timed out */ | 267 | /* request rejected or timed out */ |
268 | zfcp_erp_port_forced_reopen(port, 0, 63, NULL); | 268 | zfcp_erp_port_forced_reopen(port, 0, 63, NULL); |
269 | goto out; | 269 | goto out; |