mirror_ubuntu-kernels/drivers/net/wireless/microchip/wilc1000
Ajay Singh d1e69b5492 wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()
Remove unused variables to avoid the below warnings:

   drivers/net/wireless/microchip/wilc1000/wlan.c: In function 'chip_wakeup':
>> drivers/net/wireless/microchip/wilc1000/wlan.c:620:34: warning: variable 'to_host_from_fw_bit' set but not used [-Wunused-but-set-variable]
     620 |         u32 to_host_from_fw_reg, to_host_from_fw_bit;
         |                                  ^~~~~~~~~~~~~~~~~~~
>> drivers/net/wireless/microchip/wilc1000/wlan.c:620:13: warning: variable 'to_host_from_fw_reg' set but not used [-Wunused-but-set-variable]
     620 |         u32 to_host_from_fw_reg, to_host_from_fw_bit;
         |             ^~~~~~~~~~~~~~~~~~~

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211115102809.1408267-1-ajay.kathat@microchip.com
2021-11-26 18:32:51 +02:00
..
cfg80211.c wilc1000: add 'initialized' flag check before adding an element to TX queue 2021-09-21 18:08:17 +03:00
cfg80211.h
fw.h wilc1000: use flexible-array member instead of zero-length array 2021-01-14 19:33:02 +02:00
hif.c wilc1000: add new WID to pass wake_enable information to firmware 2021-09-21 18:08:15 +03:00
hif.h wilc1000: add new WID to pass wake_enable information to firmware 2021-09-21 18:08:15 +03:00
Kconfig wilc1000: Add support for enabling CRC 2021-04-17 20:47:40 +03:00
Makefile wilc1000: use API version number info along with firmware filename 2020-07-14 20:52:27 +03:00
mon.c cfg80211: change netdev registration/unregistration semantics 2021-01-22 16:28:39 +01:00
netdev.c wilc1000: use eth_hw_addr_set() 2021-10-20 12:39:46 +03:00
netdev.h wilc1000: use eth_hw_addr_set() 2021-10-20 12:39:46 +03:00
sdio.c wilc1000: handle read failure issue for clockless registers 2021-09-21 18:08:16 +03:00
spi.c wilc1000: use correct write command sequence in wilc_spi_sync_ext() 2021-09-21 18:08:17 +03:00
wlan_cfg.c wilc1000: add new WID to pass wake_enable information to firmware 2021-09-21 18:08:15 +03:00
wlan_cfg.h
wlan_if.h wilc1000: configure registers to handle chip wakeup sequence 2021-09-21 18:08:15 +03:00
wlan.c wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup() 2021-11-26 18:32:51 +02:00
wlan.h wilc1000: increase config packets response wait timeout limit 2021-09-21 18:08:18 +03:00