diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index a4dde7e80dbd..e59f25bff7ab 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -3237,8 +3237,6 @@ qla2x00_reg_remote_port(scsi_qla_host_t *vha, fc_port_t *fcport) | |||
3237 | struct fc_rport *rport; | 3237 | struct fc_rport *rport; |
3238 | unsigned long flags; | 3238 | unsigned long flags; |
3239 | 3239 | ||
3240 | qla2x00_rport_del(fcport); | ||
3241 | |||
3242 | rport_ids.node_name = wwn_to_u64(fcport->node_name); | 3240 | rport_ids.node_name = wwn_to_u64(fcport->node_name); |
3243 | rport_ids.port_name = wwn_to_u64(fcport->port_name); | 3241 | rport_ids.port_name = wwn_to_u64(fcport->port_name); |
3244 | rport_ids.port_id = fcport->d_id.b.domain << 16 | | 3242 | rport_ids.port_id = fcport->d_id.b.domain << 16 | |