提交 9ea650c8 编写于 作者: J Jean Delvare

firmware: dmi: struct dmi_header should be packed

Apparently the compiler does fine without it, but it feels safer and
clearer to add the missing attribute.
Signed-off-by: NJean Delvare <jdelvare@suse.de>
上级 d1d8704c
......@@ -75,7 +75,7 @@ struct dmi_header {
u8 type;
u8 length;
u16 handle;
};
} __packed;
struct dmi_device {
struct list_head list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册