Thiraviyam Mariyappan <quic_tmariyap@xxxxxxxxxxx> wrote: > Fix uninitilized variable warnings spotted during clang compilation. > > Warnings: > drivers/net/wireless/ath/ath12k/mac.c:1076:8: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] > drivers/net/wireless/ath/ath12k/dbring.c:272:7: warning: variable 'ring' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized] > drivers/net/wireless/ath/ath12k/dp_rx.c:2690:34: warning: variable 'i' is uninitialized when used here [-Wuninitialized] > > Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0-03171-QCAHKSWPL_SILICONZ-1 > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Thiraviyam Mariyappan <quic_tmariyap@xxxxxxxxxxx> > Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx> 4 patches applied to ath-next branch of ath.git, thanks. d1335f0dc18f wifi: ath12k: Fix uninitilized variable clang warnings b57f03200853 wifi: ath12k: hal_rx: Use memset_startat() for clearing queue descriptors 80166c42434c wifi: ath12k: dp_mon: Fix out of bounds clang warning 2ee25c257d17 wifi: ath12k: dp_mon: Fix uninitialized warning related to the pktlog -- https://patchwork.kernel.org/project/linux-wireless/patch/20221221105529.19345-2-quic_tmariyap@xxxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches