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:
c1e99c9
)
ASoC: Intel: fix missing mutex
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Sun, 2 Nov 2014 06:34:41 +0000
(12:04 +0530)
committer
Mark Brown
<broonie@kernel.org>
Sun, 2 Nov 2014 11:07:28 +0000
(11:07 +0000)
on error in block prepare, we were returning the error code while still
holding the mutex. We are releasing the mutex in this patch before
return.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
No differences found