projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f4445
)
lpfc: Correct RDP response Revision location
author
James Smart
<james.smart@broadcom.com>
Wed, 6 Jul 2016 19:36:04 +0000
(12:36 -0700)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Fri, 15 Jul 2016 19:25:06 +0000
(15:25 -0400)
Correct RDP response Revision location
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_hw.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_hw.h
b/drivers/scsi/lpfc/lpfc_hw.h
index c99c2b3ff43086243642f106f406bf56f72f43dd..822654322e67896b68a6fd2e023ebfbc7546ca04 100644
(file)
--- 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];
};