diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-12-12 19:10:44 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-12-18 19:52:43 +0200 |
commit | 08cc0f44f5ed5b5a91370f99929730dc3fe94b68 (patch) | |
tree | aad874529ba296dd8e91266e6a79af5fcd19ea3c /net/unix/af_unix.c | |
parent | b5316db229d5afd7ba4cdba05b4c4b4c6307b5e7 (diff) |
ath11k: fix uninitialized variable radioup
The variable radioup is not uninitalized so it may contain a garbage
value and hence the detection of a radio that is not up is buggy.
Fix this by initializing it to zero.
Addresses-Coverity: ("Uninitalized scalar variable")
Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions