]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: fix missing mutex
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sun, 2 Nov 2014 06:34:41 +0000 (12:04 +0530)
committerMark Brown <broonie@kernel.org>
Sun, 2 Nov 2014 11:07:28 +0000 (11:07 +0000)
commit31db77e12836dbcee92da6975d5335c6227e3913
tree14c3d0d5df04b82cf75c09e02205ce7105a71439
parent2875df54a08ac564f8db94a696f5f34f0ad08771
ASoC: Intel: fix missing mutex

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>
sound/soc/intel/sst-firmware.c