diff options
| author | Chaitra P B <[email protected]> | 2018-04-24 09:28:30 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-05-08 04:34:19 +0000 |
| commit | cf6bf9710cabba1fe94a4349f4eb8db623c77ebc (patch) | |
| tree | 2e8de24ef46081915e054e227aa0f251a6687530 /drivers/scsi/mpt3sas/mpi/mpi2_init.h | |
| parent | scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable" (diff) | |
| download | kernel-cf6bf9710cabba1fe94a4349f4eb8db623c77ebc.tar.gz kernel-cf6bf9710cabba1fe94a4349f4eb8db623c77ebc.zip | |
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 <[email protected]>
Signed-off-by: Suganath Prabu S <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_init.h')
| -rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_init.h b/drivers/scsi/mpt3sas/mpi/mpi2_init.h index 948a3ba682d7..6213ce6791ac 100644 --- a/drivers/scsi/mpt3sas/mpi/mpi2_init.h +++ b/drivers/scsi/mpt3sas/mpi/mpi2_init.h @@ -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 */ |
