Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37418
b: refs/heads/master
c: d084aa7
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent a595a1e commit d0d16cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3153d0d05d2b4e0466818e4f2319882010928d59
refs/heads/master: d084aa706761060940110279794e6a4e83785858
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,8 @@ static int vidiocgmbuf (struct file *file, void *priv, struct video_mbuf *mbuf)
struct vivi_fh *fh=priv;
struct videobuf_queue *q=&fh->vb_vidq;
struct v4l2_requestbuffers req;
unsigned int i, ret;
unsigned int i;
int ret;

req.type = q->type;
req.count = 8;
Expand Down

0 comments on commit d0d16cd

Please sign in to comment.