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:
Ajay Singh 2018-09-25 11:53:28 +05:30 committed by Greg Kroah-Hartman
parent b7c355dad9
commit 043c97804b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
struct wilc_cfg_byte {
u16 id;
u16 val;
u8 val;
};
struct wilc_cfg_hword {