]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 22 May 2021 09:50:54 +0000 (11:50 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 Jun 2021 14:02:03 +0000 (17:02 +0300)
commit515bda1d1e51c64edf2a384a58801f85a80a3f2d
tree9e44305bfadc3b7b2629559473509599e9a37f4b
parent9d1bb2289b426c9554eeaf78e52e1dc43671dce7
ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()

All error paths but this one 'goto err' in order to release some
resources.
Fix this.

Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/e959eb544f3cb04258507d8e25a6f12eab126bde.1621676864.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/ath/ath11k/core.c