Commit f060939d authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

mei: struct mei_message_data doesn't have to be packed

Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b812947
......@@ -140,7 +140,7 @@ enum mei_cb_major_types {
struct mei_message_data {
u32 size;
unsigned char *data;
} __packed;
};
struct mei_cl_cb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment