mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
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:
committed by
Greg Kroah-Hartman
parent
b7c355dad9
commit
043c97804b
@@ -9,7 +9,7 @@
|
||||
|
||||
struct wilc_cfg_byte {
|
||||
u16 id;
|
||||
u16 val;
|
||||
u8 val;
|
||||
};
|
||||
|
||||
struct wilc_cfg_hword {
|
||||
|
||||
Reference in New Issue
Block a user