diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2019-03-08 02:57:35 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-03-29 13:22:23 +0300 |
commit | 344c9719c508bb3ef4e9c134066c83ff00ab6206 (patch) | |
tree | a065fb600388021357b9feab370c3c14c0176225 /net/mac80211/aes_cmac.c | |
parent | eb9b64e3a9f8483e6e54f4e03b2ae14ae5db2690 (diff) | |
download | linux-344c9719c508bb3ef4e9c134066c83ff00ab6206.tar.xz |
cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_he
When building with -Wsometimes-uninitialized, Clang warns:
net/wireless/util.c:1223:11: warning: variable 'result' is used
uninitialized whenever 'if' condition is false
[-Wsometimes-uninitialized]
Clang can't evaluate at this point that WARN(1, ...) always returns true
because __ret_warn_on is defined as !!(condition), which isn't
immediately evaluated as 1. Change this branch to else so that it's
clear to Clang that we intend to bail out here.
Link: https://github.com/ClangBuiltLinux/linux/issues/382
Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/aes_cmac.c')
0 files changed, 0 insertions, 0 deletions