From: Qiao Zhou Date: Fri, 12 Sep 2014 01:41:31 +0000 (+0800) Subject: ASoC: soc-compress: fix double unlock of fe card mutex X-Git-Tag: fixes-for-v3.18-merge-window~52^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4ec1c0b8791f3556576a19cf56941c3d2a90fc;p=pandora-kernel.git ASoC: soc-compress: fix double unlock of fe card mutex Fix double unlock of fe card mutex introduced by patch 8f70e515a8bb "ASoC: soc-pcm: fix dpcm_path_get error handling" The first unlock is at line 106, and the unlock is at line 149. we should remove the first unlock. Reported-by: Dan Carpenter Signed-off-by: Qiao Zhou Signed-off-by: Mark Brown --- Reading git-diff-tree failed