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
@@ -829,8 +829,8 @@ struct _sc_list {
|
||||
*/
|
||||
struct _event_ack_list {
|
||||
struct list_head list;
|
||||
u16 Event;
|
||||
u32 EventContext;
|
||||
U16 Event;
|
||||
U32 EventContext;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user