commit | e4459e1682c107d7ee1bf102c1ba534230e9b50b | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu Apr 05 18:53:20 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Apr 18 11:04:28 2012 -0300 |
tree | ba48200299a1dc1b24675b0e8355ee2119815ada | |
parent | 3626479e482aa3247aac03724094ba6c13ea1e46 [diff] |
[media] drxk: Does not unlock mutex if sanity check failed in scu_command() If sanity check fails in scu_command(), goto error leads to unlock of an unheld mutex. The check should not fail in reality, but it nevertheless worth fixing. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Cc: stable@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>