Commit 043c9780 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte struct

Use the correct datatype for storing the byte value in 'wilc_cfg_byte'
struct.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b7c355da
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
struct wilc_cfg_byte { struct wilc_cfg_byte {
u16 id; u16 id;
u16 val; u8 val;
}; };
struct wilc_cfg_hword { struct wilc_cfg_hword {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment