ath11k: Fix warning on variable 'sar' dereference before check
authorBaochen Qiang <quic_bqiang@quicinc.com>
Tue, 17 May 2022 00:48:44 +0000 (08:48 +0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Sun, 22 May 2022 12:28:59 +0000 (15:28 +0300)
commit77bbbd5e0ed3b5998a353b0948584faa4f565f0e
tree3c43ce56711717d322342fadcb7e1781f3f0acb0
parent75a7062e533e309a9ca0812c69f3ac3cefadb8b1
ath11k: Fix warning on variable 'sar' dereference before check

We are seeing below warning:
warn: variable dereferenced before check 'sar'

Fix it by moving ahead pointer check on 'sar'.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3

Fixes: 652f69ed9c1b ("ath11k: Add support for SAR")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220517004844.2412660-1-quic_bqiang@quicinc.com
drivers/net/wireless/ath/ath11k/mac.c