mei: struct mei_message_data doesn't have to be packed
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 10 Sep 2012 21:43:21 +0000 (00:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 22:51:15 +0000 (15:51 -0700)
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/mei_dev.h

index 96d3e7950932641159fe644ec944357010d45bff..adb35fb9281c4ae82ba2a617c062293faa2b2bca 100644 (file)
@@ -140,7 +140,7 @@ enum mei_cb_major_types {
 struct mei_message_data {
        u32 size;
        unsigned char *data;
-} __packed;
+};
 
 
 struct mei_cl_cb {
This page took 0.024711 seconds and 5 git commands to generate.