diff options
-rw-r--r-- | drivers/media/video/vivi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 841884af0cc0..06b44e1dda1d 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
@@ -992,7 +992,8 @@ static int vidiocgmbuf (struct file *file, void *priv, struct video_mbuf *mbuf) | |||
992 | struct vivi_fh *fh=priv; | 992 | struct vivi_fh *fh=priv; |
993 | struct videobuf_queue *q=&fh->vb_vidq; | 993 | struct videobuf_queue *q=&fh->vb_vidq; |
994 | struct v4l2_requestbuffers req; | 994 | struct v4l2_requestbuffers req; |
995 | unsigned int i, ret; | 995 | unsigned int i; |
996 | int ret; | ||
996 | 997 | ||
997 | req.type = q->type; | 998 | req.type = q->type; |
998 | req.count = 8; | 999 | req.count = 8; |