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:
feb75f0
)
V4L/DVB (8505): saa7134-empress.c: fix deadlock
author
Hans Verkuil
<hverkuil@xs4all.nl>
Sat, 26 Jul 2008 12:01:24 +0000
(09:01 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 27 Jul 2008 14:06:23 +0000
(11:06 -0300)
ts_release() locked a mutex that videobuf_stop() also tried to obtain.
But ts_release() shouldn't hold that mutex at all.
Make empress_users atomic as well to prevent possible race condition.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found