diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 5aeceb61bd91..59b51c529ba0 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -6189,10 +6189,6 @@ lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba, | |||
6189 | 6189 | ||
6190 | memcpy(&conn_entry->conn_rec, &conn_rec[i], | 6190 | memcpy(&conn_entry->conn_rec, &conn_rec[i], |
6191 | sizeof(struct lpfc_fcf_conn_rec)); | 6191 | sizeof(struct lpfc_fcf_conn_rec)); |
6192 | conn_entry->conn_rec.vlan_tag = | ||
6193 | conn_entry->conn_rec.vlan_tag; | ||
6194 | conn_entry->conn_rec.flags = | ||
6195 | conn_entry->conn_rec.flags; | ||
6196 | list_add_tail(&conn_entry->list, | 6192 | list_add_tail(&conn_entry->list, |
6197 | &phba->fcf_conn_rec_list); | 6193 | &phba->fcf_conn_rec_list); |
6198 | } | 6194 | } |