diff options
author | Tom Rix <[email protected]> | 2023-03-25 09:03:43 -0400 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-03-31 17:50:33 +0300 |
commit | 5aeb763a27c2b444928639d35cbe94520c405969 (patch) | |
tree | 5bd1650564bfb2d9e7102ee91139497ceccbebec /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 4c7f8c237d322a98026a57f6ba846fc997f165df (diff) |
wifi: brcmsmac: remove unused has_5g variable
clang with W=1 reports
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c:1051:6: error:
variable 'has_5g' set but not used [-Werror,-Wunused-but-set-variable]
int has_5g = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions