OSDN Git Service

wifi: ath12k: Add missing unwind goto in ath12k_pci_probe()
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tue, 7 Mar 2023 10:47:06 +0000 (02:47 -0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 15 Mar 2023 10:18:22 +0000 (12:18 +0200)
commit488d9a484f96eee4f0e8e108aed42a057a1c7295
treee6187810a6d6149d7d9e2425048bab94246b6b60
parentf94557154d9fc77c392844523388edd4661a27a3
wifi: ath12k: Add missing unwind goto in ath12k_pci_probe()

Smatch Warns:
drivers/net/wireless/ath/ath12k/pci.c:1198 ath12k_pci_probe()
warn: missing unwind goto?

Store the error value in ret and use correct label with a goto.

Only Compile tested, found with Smatch.

Fixes: d889913205cf ("wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices")
Reported-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/all/Y+426q6cfkEdb5Bv@kili/
Suggested-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230307104706.240119-1-harshit.m.mogalapalli@oracle.com
drivers/net/wireless/ath/ath12k/pci.c