diff options
author | 2021-11-04 06:14:11 +0000 | |
---|---|---|
committer | 2021-11-26 11:46:24 +0100 | |
commit | 71abf71e9e634a55b1156f4aaae6122207f4b8ef (patch) | |
tree | bda80fb395ed8c85d634ef26b37a1826a90a574f /net/wireless/scan.c | |
parent | cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_radar_detection (diff) | |
download | wireguard-linux-71abf71e9e634a55b1156f4aaae6122207f4b8ef.tar.xz wireguard-linux-71abf71e9e634a55b1156f4aaae6122207f4b8ef.zip |
mac80211: Remove unused assignment statements
The assignment of these three local variables in the file will not
be used in the corresponding functions, so they should be deleted.
The clang_analyzer complains as follows:
net/mac80211/wpa.c:689:2 warning:
net/mac80211/wpa.c:883:2 warning:
net/mac80211/wpa.c:452:2 warning:
Value stored to 'hdr' is never read
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: luo penghao <luo.penghao@zte.com.cn>
Link: https://lore.kernel.org/r/20211104061411.1744-1-luo.penghao@zte.com.cn
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/scan.c')
0 files changed, 0 insertions, 0 deletions