mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
staging: wilc1000: handle_cfg_param: change data type of wid_cnt
This patch changes data type of wid_cnt from u8 to int. This variable uses array index of struct wid_list so that it is better to use int type. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a5f0fb5cab
commit
2746ca0866
@ -473,7 +473,7 @@ static s32 handle_cfg_param(struct wilc_vif *vif,
|
||||
s32 result = 0;
|
||||
struct wid wid_list[32];
|
||||
struct host_if_drv *hif_drv = vif->hif_drv;
|
||||
u8 wid_cnt = 0;
|
||||
int wid_cnt = 0;
|
||||
|
||||
down(&hif_drv->sem_cfg_values);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user