ath11k: fix missing free of skb on error return path
authorColin Ian King <colin.king@canonical.com>
Thu, 12 Dec 2019 19:42:51 +0000 (19:42 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 18 Dec 2019 17:53:46 +0000 (19:53 +0200)
commit4358bcb54bb9ede559e60685b9e544e723197ca1
tree9b1a5fd07e400d329a4aa257119c79531fed5cf4
parent08cc0f44f5ed5b5a91370f99929730dc3fe94b68
ath11k: fix missing free of skb on error return path

The error handling when the call to ath11k_hal_srng_get_entrysize fails
leaks skb, fix this by returning via the err_free return path that will
ensure the skb is free'd.

Addresses-Coverity: ("Resource leak")
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>
drivers/net/wireless/ath/ath11k/dp_tx.c