ath11k: fix error return code in ath11k_dp_alloc()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 27 Apr 2020 10:46:21 +0000 (10:46 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 4 May 2020 08:53:16 +0000 (11:53 +0300)
commitf76f750aeea47fd98b6502eb6d37f84ca33662bf
treef71aa8f365ba79bad9138eaaa0004f6a3651e249
parent2326aa011967f0afbcba7fe1a005d01f8b12900b
ath11k: fix error return code in ath11k_dp_alloc()

Fix to return negative error code -ENOMEM from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: d0998eb84ed3 ("ath11k: optimise ath11k_dp_tx_completion_handler")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200427104621.23752-1-weiyongjun1@huawei.com
drivers/net/wireless/ath/ath11k/dp.c