Re: [PATCH v2 2/3] v4l: videobuf: Add support for V4L2_BUF_FLAG_ERROR

2010-03-31 Thread Hans Verkuil
On Wednesday 31 March 2010 11:32:26 Pawel Osciak wrote: > For recoverable stream errors dqbuf() now returns 0 and the error flag > is set instead of returning EIO. > > Signed-off-by: Pawel Osciak > Reviewed-by: Kyungmin Park > --- > drivers/media/video/videobuf-core.c |4 +++- > 1 files cha

[PATCH v2 2/3] v4l: videobuf: Add support for V4L2_BUF_FLAG_ERROR

2010-03-31 Thread Pawel Osciak
For recoverable stream errors dqbuf() now returns 0 and the error flag is set instead of returning EIO. Signed-off-by: Pawel Osciak Reviewed-by: Kyungmin Park --- drivers/media/video/videobuf-core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/