Re: [PATCH v3 09/10] v4l: fdp1: Fix field validation when preparing buffer

2016-09-11 Thread Kieran Bingham
On 07/09/16 23:25, Laurent Pinchart wrote: > Ensure that the buffer field matches the field configured for the > format. Looks OK and tests fine. I think with the field 'serialiser' the driver didn't actually care what the buffers put in were (as long as they were sequential) but it certainly

[PATCH v3 09/10] v4l: fdp1: Fix field validation when preparing buffer

2016-09-07 Thread Laurent Pinchart
Ensure that the buffer field matches the field configured for the format. Signed-off-by: Laurent Pinchart --- drivers/media/platform/rcar_fdp1.c | 40 +++--- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git