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: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b7c355dad9
commit
043c97804b
|
@ -9,7 +9,7 @@
|
|||
|
||||
struct wilc_cfg_byte {
|
||||
u16 id;
|
||||
u16 val;
|
||||
u8 val;
|
||||
};
|
||||
|
||||
struct wilc_cfg_hword {
|
||||
|
|
Loading…
Reference in New Issue