ath11k: fix missing unlock on error in ath11k_wow_op_resume()
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 12 Apr 2022 13:15:53 +0000 (16:15 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Sat, 23 Apr 2022 09:28:07 +0000 (12:28 +0300)
commit605194411d7379645ed44e447c4b804a0b476109
treec62b675fd0ebb103298a28c45a0c0bc12494a8d3
parent652f69ed9c1b4f8ef4ea9d6738f1e6263a5ff26d
ath11k: fix missing unlock on error in ath11k_wow_op_resume()

Add the missing unlock before return from function ath11k_wow_op_resume()
in the error handling case.

Fixes: 90bf5c8d0f7e ("ath11k: purge rx pktlog when entering WoW")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220408030912.3087293-1-yangyingliang@huawei.com
drivers/net/wireless/ath/ath11k/wow.c