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:
99ddcc7
)
V4L/DVB (5123): Buf_qbuf: fix: videobuf_queue->stream corruption and lockup
author
Oleg Nesterov
<oleg@tv-sign.ru>
Tue, 23 Jan 2007 23:04:13 +0000
(20:04 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 24 Jan 2007 00:00:21 +0000
(22:00 -0200)
We are doing ->buf_prepare(buf) before adding buf to q->stream list. This
means that videobuf_qbuf() should not try to re-add a STATE_PREPARED buffer.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found