mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02: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…
Reference in New Issue
Block a user