ASoC: soc-compress: fix double unlock of fe card mutex
authorQiao Zhou <zhouqiao@marvell.com>
Fri, 12 Sep 2014 01:41:31 +0000 (09:41 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 24 Sep 2014 10:38:55 +0000 (11:38 +0100)
commit2e4ec1c0b8791f3556576a19cf56941c3d2a90fc
tree3fe993cc4e5e8dd71a0ac1a42dceae8cc660bd7a
parent0f33be009b89d2268e94194dc4fd01a7851b6d51
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 <dan.carpenter@oracle.com>
Signed-off-by: Qiao Zhou <zhouqiao@marvell.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-compress.c