V4L/DVB (6259): Fix vivi poll() method
authorMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 27 Aug 2007 10:37:34 +0000 (07:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 03:02:49 +0000 (00:02 -0300)
Due to the replace of videobuf_read_one to videobuf_read_stream, poll()
method implementation is wrong. This fixes poll() implementation, making
read of /dev/video? to work again.

With this method, an USB driver can use video-buf, without needing to
request memory from the DMA-safe area.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found