]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd27acf01061f7d936e54d80ad16d6a53464174c2
tree3fe993cc4e5e8dd71a0ac1a42dceae8cc660bd7a
parent360d1beb3f670534d48788df77bff0dc1a2a35c8
ASoC: soc-compress: fix double unlock of fe card mutex

Fix double unlock of fe card mutex introduced by patch 29569c313a16
"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