commit | 75459e3338928bdbe9618b626a6471764e2e53f0 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Feb 13 18:13:12 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Feb 14 13:20:45 2014 +0200 |
tree | 7f18a215042ae156abea04e1281f8d52e4a0f7ae | |
parent | ef8c00174a8738ea334197c0164143354644cb16 [diff] |
ath10k: release conf_mutex if vdev_start() fails 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>