Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37472
b: refs/heads/master
c: c93a5c3
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 01ac7ad commit 87b36cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5ab6b267e5684452e229c58f4a5ba9f267866d42
refs/heads/master: c93a5c34887426daa70f3caf05881fafb1cd687f
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/videodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,13 +739,13 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
case VIDIOC_DQBUF:
{
struct v4l2_buffer *p=arg;
if (!vfd->vidioc_qbuf)
if (!vfd->vidioc_dqbuf)
break;
ret = check_fmt (vfd, p->type);
if (ret)
break;

ret=vfd->vidioc_qbuf(file, fh, p);
ret=vfd->vidioc_dqbuf(file, fh, p);
if (!ret)
dbgbuf(cmd,vfd,p);
break;
Expand Down

0 comments on commit 87b36cc

Please sign in to comment.