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

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

mei: struct mei_message_data doesn't have to be packed

parent 1b812947
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ enum mei_cb_major_types {
struct mei_message_data {
	u32 size;
	unsigned char *data;
} __packed;
};


struct mei_cl_cb {