diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c index 4cab33a2f7be..9d117ee7159a 100644 --- a/drivers/s390/scsi/zfcp_scsi.c +++ b/drivers/s390/scsi/zfcp_scsi.c | |||
@@ -564,6 +564,7 @@ static void zfcp_scsi_rport_register(struct zfcp_port *port) | |||
564 | rport->maxframe_size = port->maxframe_size; | 564 | rport->maxframe_size = port->maxframe_size; |
565 | rport->supported_classes = port->supported_classes; | 565 | rport->supported_classes = port->supported_classes; |
566 | port->rport = rport; | 566 | port->rport = rport; |
567 | port->starget_id = rport->scsi_target_id; | ||
567 | 568 | ||
568 | zfcp_scsi_queue_unit_register(port); | 569 | zfcp_scsi_queue_unit_register(port); |
569 | } | 570 | } |