V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERROR
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 28 Apr 2010 07:05:22 +0000 (04:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:37 +0000 (12:58 -0300)
commitb2dfd1a45f014e24f0eecc50a7edc954425c348a
tree8e24a65edda8d0cef448622ab8bcc56205cc6683
parentbc0f7f19ab9ba5c7ec648b400d1360b525fa1a3a
V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERROR

For recoverable stream errors dqbuf() now returns 0 and the error flag
is set instead of returning EIO.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/videobuf-core.c