From: James Smart Date: Wed, 6 Jul 2016 19:36:04 +0000 (-0700) Subject: lpfc: Correct RDP response Revision location X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b1993dedfdc131ff095c0c079ef106aed3fe9ac;p=linux-beck.git lpfc: Correct RDP response Revision location Correct RDP response Revision location Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- 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]; };