git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8c001
)
ath10k: release conf_mutex if vdev_start() fails
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 13 Feb 2014 16:13:12 +0000
(18:13 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 14 Feb 2014 11:20:45 +0000
(13:20 +0200)
I modified Michal's commit
c930f744bdb0
("ath10k: implement channel switching") to return
when vdev_start() fails, but forgot to release conf_mutex.
Found by coccinelle:
>> drivers/net/wireless/ath/ath10k/mac.c:2745:5-11: preceding lock on line 2663
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
No differences found