git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f33be0
)
ASoC: soc-compress: fix double unlock of fe card mutex
author
Qiao Zhou
<zhouqiao@marvell.com>
Fri, 12 Sep 2014 01:41:31 +0000
(09:41 +0800)
committer
Mark 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>
sound/soc/soc-compress.c
patch
|
blob
|
history
diff --cc
sound/soc/soc-compress.c
Simple merge