Re: [PATCH] staging: wilc1000: Fix sparse warning in wilc_wfi_cfgoperations.c

From: Dan Carpenter
Date: Mon Mar 20 2017 - 07:48:32 EST


On Sun, Mar 19, 2017 at 11:17:08PM -0700, Jacob Zachariah wrote:
> Fix the following warning reported by sparse:
>
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:2006:51: warning: incorrect type in assignment (different base types)
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:2006:51: expected unsigned short [unsigned] [assigned] [usertype] ht_capa_info
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:2006:51: got restricted __le16 const [usertype] cap_info
>

This is probably correct but there is another just a few lines down.
Fix that as well.

regards,
dan carpenter