Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ea650c8 authored by Jean Delvare's avatar Jean Delvare
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
parent d1d8704c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ struct dmi_header {
	u8 type;
	u8 length;
	u16 handle;
};
} __packed;

struct dmi_device {
	struct list_head list;