diff options
Diffstat (limited to 'drivers/s390/scsi')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.c b/drivers/s390/scsi/zfcp_fc.c index a0f925013acf..db409684e06f 100644 --- a/drivers/s390/scsi/zfcp_fc.c +++ b/drivers/s390/scsi/zfcp_fc.c | |||
@@ -373,7 +373,8 @@ static void zfcp_fc_adisc_handler(unsigned long data) | |||
373 | 373 | ||
374 | if (adisc->els.status) { | 374 | if (adisc->els.status) { |
375 | /* request rejected or timed out */ | 375 | /* request rejected or timed out */ |
376 | zfcp_erp_port_forced_reopen(port, 0, "fcadh_1", NULL); | 376 | zfcp_erp_port_forced_reopen(port, ZFCP_STATUS_COMMON_ERP_FAILED, |
377 | "fcadh_1", NULL); | ||
377 | goto out; | 378 | goto out; |
378 | } | 379 | } |
379 | 380 | ||