commit | 503422d95248c1d9698735bb5803b70aa51b18ef | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Aug 19 13:08:53 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Aug 26 11:04:26 2015 +0300 |
tree | 218ab8e03119fbdff42ae47394905e0b4ba47c12 | |
parent | 5db879aefa0ef6dea4fdda268dd94016bc165f3d [diff] |
ath10k: add missing mutex unlock on failpath Kernel would complain about leaving a held lock after going back to userspace and would subsequently deadlock. Fixes: e04cafbc38c7 ("ath10k: fix peer limit enforcement") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>