From: Kalle Valo Date: Thu, 13 Feb 2014 16:13:12 +0000 (+0200) Subject: ath10k: release conf_mutex if vdev_start() fails X-Git-Tag: v3.15-rc1~113^2~159^2^2~132^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75459e3338928bdbe9618b626a6471764e2e53f0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed