linux/drivers/staging/wilc1000
Ilia Sergachev 8a88dd46c8 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>
2017-07-16 08:40:58 +02:00
..
coreconfigurator.c Staging: wilc1000: Compress return logic into one line 2016-10-16 10:27:34 +02:00
coreconfigurator.h staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_received 2017-03-09 14:52:22 +01:00
host_interface.c staging: wilc1000: fix a typo: "incative" -> "inactive" 2017-07-16 08:40:58 +02:00
host_interface.h staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handler 2017-06-13 12:06:57 +02:00
Kconfig
linux_mon.c networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
linux_wlan.c staging: wilc1000: fix variable signedness 2017-07-16 08:40:58 +02:00
Makefile
TODO
wilc_debugfs.c staging: wilc1000: Fixing struct definition layout 2017-05-15 07:41:58 +02:00
wilc_sdio.c drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/info 2017-03-29 09:37:14 +02:00
wilc_spi.c staging: wilc1000: Remove unnecessary brackets 2017-03-16 11:47:41 +09:00
wilc_wfi_cfgoperations.c staging: wilc1000: Neaten refresh_scan - remove always 1 argument 2017-07-16 08:40:58 +02:00
wilc_wfi_cfgoperations.h
wilc_wfi_netdevice.h staging: wilc1000: add parameter name to function definition 2017-07-16 08:40:58 +02:00
wilc_wlan_cfg.c staging: wilc1000: Use new format for configuring firmware 2017-04-08 13:00:43 +02:00
wilc_wlan_cfg.h
wilc_wlan_if.h staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handler 2017-06-13 12:06:57 +02:00
wilc_wlan.c staging: wilc1000: Alignment should match open parenthesis 2017-03-07 06:53:30 +01:00
wilc_wlan.h staging: wilc1000: function prototype argument should have identifier name 2017-03-07 06:53:30 +01:00