diff options
author | James Smart <[email protected]> | 2016-07-06 12:36:04 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2016-07-15 15:25:06 -0400 |
commit | 5b1993dedfdc131ff095c0c079ef106aed3fe9ac (patch) | |
tree | 9bbfb1873cb7d7123a88319acc68e5058d486a22 | |
parent | 12f4445733c516648ab0b013314a83467876ac2f (diff) |
lpfc: Correct RDP response Revision location
Correct RDP response Revision location
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index c99c2b3ff430..822654322e67 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h @@ -1239,8 +1239,8 @@ struct fc_rdp_opd_sfp_info { uint8_t vendor_name[16]; uint8_t model_number[16]; uint8_t serial_number[16]; - uint8_t reserved[2]; uint8_t revision[2]; + uint8_t reserved[2]; uint8_t date[8]; }; |