diff options
Diffstat (limited to 'drivers/media/platform/mem2mem_testdev.c')
-rw-r--r-- | drivers/media/platform/mem2mem_testdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/mem2mem_testdev.c b/drivers/media/platform/mem2mem_testdev.c index 0714070ed7fa..c1b03cfd6ded 100644 --- a/drivers/media/platform/mem2mem_testdev.c +++ b/drivers/media/platform/mem2mem_testdev.c | |||
@@ -532,7 +532,6 @@ static int vidioc_try_fmt(struct v4l2_format *f, struct m2mtest_fmt *fmt) | |||
532 | f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; | 532 | f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; |
533 | f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline; | 533 | f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline; |
534 | f->fmt.pix.field = V4L2_FIELD_NONE; | 534 | f->fmt.pix.field = V4L2_FIELD_NONE; |
535 | f->fmt.pix.priv = 0; | ||
536 | 535 | ||
537 | return 0; | 536 | return 0; |
538 | } | 537 | } |