diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_fc.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.c b/drivers/s390/scsi/zfcp_fc.c index aa2d9a668d17..34c9b20ce493 100644 --- a/drivers/s390/scsi/zfcp_fc.c +++ b/drivers/s390/scsi/zfcp_fc.c | |||
@@ -520,6 +520,7 @@ int zfcp_scan_ports(struct zfcp_adapter *adapter) | |||
520 | int ret, i; | 520 | int ret, i; |
521 | struct zfcp_gpn_ft *gpn_ft; | 521 | struct zfcp_gpn_ft *gpn_ft; |
522 | 522 | ||
523 | zfcp_erp_wait(adapter); /* wait until adapter is finished with ERP */ | ||
523 | if (fc_host_port_type(adapter->scsi_host) != FC_PORTTYPE_NPORT) | 524 | if (fc_host_port_type(adapter->scsi_host) != FC_PORTTYPE_NPORT) |
524 | return 0; | 525 | return 0; |
525 | 526 | ||