Re: [PATCH] omap3isp: Fix buffer flags handling when querying buffer

2013-12-10 Thread Sakari Ailus
On Tue, Dec 10, 2013 at 02:53:39AM +0100, Laurent Pinchart wrote: > A missing break resulted in all done buffers being flagged with > V4L2_BUF_FLAG_QUEUED. Fix it. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/platform/omap3isp/ispqueue.c | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH] omap3isp: Fix buffer flags handling when querying buffer

2013-12-09 Thread Laurent Pinchart
A missing break resulted in all done buffers being flagged with V4L2_BUF_FLAG_QUEUED. Fix it. Signed-off-by: Laurent Pinchart --- drivers/media/platform/omap3isp/ispqueue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/omap3isp/ispqueue.c b/drivers/media/platform/