diff options
author | 2019-03-25 13:43:44 +0100 | |
---|---|---|
committer | 2019-04-29 18:00:42 +0300 | |
commit | 62acdcfa8b7ae921b70afff888e994df117022a6 (patch) | |
tree | 1ddc47cee0aec9062ce9fad37a5792634cb25ca5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | wil6210: fix potential out-of-bounds read (diff) | |
download | wireguard-linux-62acdcfa8b7ae921b70afff888e994df117022a6.tar.xz wireguard-linux-62acdcfa8b7ae921b70afff888e994df117022a6.zip |
wireless: carl9170: fix clang build warning
clang fails to eliminate some dead code with always-taken branches
when CONFIG_PROFILE_ANNOTATED_BRANCHES is set, leading to a false-positive
warning:
drivers/net/wireless/ath/carl9170/mac.c:522:3: error: variable 'power' is used uninitialized whenever 'if' condition is
false [-Werror,-Wsometimes-uninitialized]
BUG_ON(1);
^~~~~~~~~
Change both instances of BUG_ON(1) in carl9170 to the simpler BUG()
to avoid the warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions