scsi: mpt3sas: Bug fix for big endian systems.
This patch fixes sparse warnings and bugs on big endian systems. Signed-off-by: Chaitra P B <chaitra.basappa@broadcom.com> Signed-off-by: Suganath Prabu S <suganath-prabu.subramani@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
23b389c231
commit
cf6bf9710c
@@ -75,7 +75,7 @@
|
||||
|
||||
typedef struct _MPI2_SCSI_IO_CDB_EEDP32 {
|
||||
U8 CDB[20]; /*0x00 */
|
||||
U32 PrimaryReferenceTag; /*0x14 */
|
||||
__be32 PrimaryReferenceTag; /*0x14 */
|
||||
U16 PrimaryApplicationTag; /*0x18 */
|
||||
U16 PrimaryApplicationTagMask; /*0x1A */
|
||||
U32 TransferLength; /*0x1C */
|
||||
|
Reference in New Issue
Block a user