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:
3626479
)
[media] drxk: Does not unlock mutex if sanity check failed in scu_command()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Thu, 5 Apr 2012 21:53:20 +0000
(18:53 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 18 Apr 2012 14:04:28 +0000
(11:04 -0300)
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>
No differences found