提交 f060939d 编写于 作者: T Tomas Winkler 提交者: Greg Kroah-Hartman

mei: struct mei_message_data doesn't have to be packed

Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册