提交 41203a45 编写于 作者: A Ajay Singh 提交者: Greg Kroah-Hartman

staging: wilc1000: use 'u16' data type for config id parameter

Cleanup patch to use the correct data type 'u16' for keeping the WID
value in 'wilc_cfg_word' & 'wilc_cfg_str' structure.
Signed-off-by: NAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7878abde
...@@ -22,12 +22,12 @@ struct wilc_cfg_hword { ...@@ -22,12 +22,12 @@ struct wilc_cfg_hword {
}; };
struct wilc_cfg_word { struct wilc_cfg_word {
u32 id; u16 id;
u32 val; u32 val;
}; };
struct wilc_cfg_str { struct wilc_cfg_str {
u32 id; u16 id;
u8 *str; u8 *str;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册