linux_dsm_epyc7002/drivers/net/wireless/broadcom/brcm80211/brcmfmac
YueHaibing e4d1b2716b brcmfmac: remove set but not used variable 'old_state'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c: In function 'brcmf_usb_state_change':
drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c:578:6: warning:
 variable 'old_state' set but not used [-Wunused-but-set-variable]

It's never used and can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-02-19 17:07:40 +02:00
..
bcdc.c brcmfmac: use wiphy debugfs dir entry 2018-03-27 12:04:23 +03:00
bcdc.h
bcmsdh.c wireless: remove unneeded semicolon 2019-02-01 14:25:41 +02:00
btcoex.c brcmfmac: allocate struct brcmf_pub instance using wiphy_new() 2018-03-27 12:04:22 +03:00
btcoex.h
bus.h brcmfmac: create debugfs files for bus-specific layer 2019-02-19 17:04:43 +02:00
cfg80211.c brcmfmac: rework bphy_err() to take struct brcmf_pub argument 2019-02-19 17:07:13 +02:00
cfg80211.h brcmfmac: fix roamoff=1 modparam 2018-12-20 08:47:53 +02:00
chip.c brcmfmac: 4373 save-restore support 2018-12-13 16:57:26 +02:00
chip.h brcmfmac: use brcmf_chip_name() to store name in revinfo 2018-03-27 12:04:21 +03:00
common.c brcmfmac: modify __brcmf_err() to take bus as a parameter 2019-02-08 17:22:47 +02:00
common.h brcmfmac: Set board_type from DMI on x86 based machines 2018-11-06 18:50:17 +02:00
commonring.c
commonring.h
core.c brcmfmac: create debugfs files for bus-specific layer 2019-02-19 17:04:43 +02:00
core.h brcmfmac: fix typos 2019-02-08 17:26:38 +02:00
debug.c brcmfmac: validate user provided data for memdump before copying 2018-05-23 18:51:56 +03:00
debug.h brcmfmac: rework bphy_err() to take struct brcmf_pub argument 2019-02-19 17:07:13 +02:00
dmi.c brcmfmac: Add DMI nvram filename quirk for PoV TAB-P1006W-232 tablet 2019-01-10 13:33:13 +02:00
feature.c brcmfmac: disable MBSS feature for bcm4330 device 2019-02-19 17:04:47 +02:00
feature.h brcmfmac: support monitor frames with the hardware/ucode header 2019-02-08 17:27:26 +02:00
firmware.c brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as well 2019-02-19 17:04:59 +02:00
firmware.h brcmfmac: Add support for first trying to get a board specific nvram file 2018-11-06 18:50:15 +02:00
flowring.c brcmfmac: move ALLFFMAC variable in flowring module 2018-05-23 18:51:47 +03:00
flowring.h
fweh.c
fweh.h brcmfmac: add subtype check for event handling in data path 2019-02-19 17:04:40 +02:00
fwil_types.h brcmfmac: support STA info struct v7 2018-11-29 17:31:52 +02:00
fwil.c brcmfmac: do not convert linux error to firmware error string 2018-03-27 12:04:20 +03:00
fwil.h brcmfmac: enable frameburst mode in default firmware setting 2018-12-13 16:56:24 +02:00
fwsignal.c brcmfmac: handle compressed tx status signal 2018-12-13 16:56:27 +02:00
fwsignal.h brcmfmac: use wiphy debugfs dir entry 2018-03-27 12:04:23 +03:00
Makefile wireless: prefix header search paths with $(srctree)/ 2019-02-01 14:42:25 +02:00
msgbuf.c brcmfmac: print firmware reported ring status errors 2019-02-19 17:06:04 +02:00
msgbuf.h brcmfmac: coarse support for PCIe shared structure rev7 2018-04-30 13:43:17 +03:00
of.c brcmfmac: Set board_type used for nvram file selection to machine-compatible 2018-11-06 18:50:16 +02:00
of.h
p2p.c brcmfmac: fix full timeout waiting for action frame on-channel tx 2018-10-05 11:29:42 +03:00
p2p.h brcmfmac: fix full timeout waiting for action frame on-channel tx 2018-10-05 11:29:42 +03:00
pcie.c brcmfmac: pass bus to the __brcmf_err() in pcie.c 2019-02-08 17:22:48 +02:00
pcie.h
pno.c brcmfmac: fix system warning message during wowl suspend 2019-01-10 13:40:29 +02:00
pno.h
proto.c brcmfmac: use wiphy debugfs dir entry 2018-03-27 12:04:23 +03:00
proto.h brcmfmac: use wiphy debugfs dir entry 2018-03-27 12:04:23 +03:00
sdio.c brcmfmac: check and dump trap info during sdio probe 2019-02-19 17:04:55 +02:00
sdio.h brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373 2018-12-13 16:57:14 +02:00
tracepoint.c brcmfmac: modify __brcmf_err() to take bus as a parameter 2019-02-08 17:22:47 +02:00
tracepoint.h
usb.c brcmfmac: remove set but not used variable 'old_state' 2019-02-19 17:07:40 +02:00
usb.h
vendor.c
vendor.h