mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
mei: struct mei_message_data doesn't have to be packed
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1b8129479a
commit
f060939d7c
@ -140,7 +140,7 @@ enum mei_cb_major_types {
|
||||
struct mei_message_data {
|
||||
u32 size;
|
||||
unsigned char *data;
|
||||
} __packed;
|
||||
};
|
||||
|
||||
|
||||
struct mei_cl_cb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user