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)
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>

No differences found