staging: wilc1000: fix variable signedness
authorIlia Sergachev <ilia.sergachev@unibas.ch>
Sun, 9 Jul 2017 21:36:35 +0000 (23:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:40:58 +0000 (08:40 +0200)
commit8a88dd46c87bef398fce43b8bba581c0ac5146b2
tree78b07552c55d949935741c719d996403a0d441cb
parent4c7be5583ded518a024d3d0ab1f3a423102294b0
staging: wilc1000: fix variable signedness

txq_count receives a value from wilc_wlan_handle_txq()
and therefore should be u32

found using sparse:
drivers/staging/wilc1000/linux_wlan.c:306:58: warning:
 incorrect type in argument 2 (different signedness)

Signed-off-by: Ilia Sergachev <ilia.sergachev@unibas.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c