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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

struct wilc_cfg_byte {
	u16 id;
	u16 val;
	u8 val;
};

struct wilc_cfg_hword {