Re: [PATCH weston] simple-dmabuf-v4l: Remove incorrect assert

2017-03-17 Thread Pekka Paalanen
On Fri, 10 Mar 2017 14:21:32 -0600 Derek Foreman wrote: > According to v4l2 documentation, DQBUF always clears FLAG_DONE, so > this assert can be expected to fire 100% of the time. > > Signed-off-by: Derek Foreman > --- > clients/simple-dmabuf-v4l.c | 2 -- > 1 file changed, 2 deletions(-) >

[PATCH weston] simple-dmabuf-v4l: Remove incorrect assert

2017-03-10 Thread Derek Foreman
According to v4l2 documentation, DQBUF always clears FLAG_DONE, so this assert can be expected to fire 100% of the time. Signed-off-by: Derek Foreman --- clients/simple-dmabuf-v4l.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/simple-dmabuf-v4l.c b/clients/simple-dmabuf-v4l.c ind