提交 836413e8 编写于 作者: S Selvan Mani 提交者: Jens Axboe

mtip32xx: Fix padding issue

Hi Jens,

Another tiny patch.

Removed __packed before the struct smart_attr and added __packed at end of
the structure to fix padding issue.
Signed-off-by: NSelvan Mani  <smani@micron.com>
Signed-off-by: NAsai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 11cfb6ff
...@@ -155,14 +155,14 @@ enum { ...@@ -155,14 +155,14 @@ enum {
MTIP_DDF_REBUILD_FAILED_BIT = 8, MTIP_DDF_REBUILD_FAILED_BIT = 8,
}; };
__packed struct smart_attr{ struct smart_attr {
u8 attr_id; u8 attr_id;
u16 flags; u16 flags;
u8 cur; u8 cur;
u8 worst; u8 worst;
u32 data; u32 data;
u8 res[3]; u8 res[3];
}; } __packed;
/* Register Frame Information Structure (FIS), host to device. */ /* Register Frame Information Structure (FIS), host to device. */
struct host_to_dev_fis { struct host_to_dev_fis {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册