Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261351
b: refs/heads/master
c: ae6db51
h: refs/heads/master
i:
  261349: 3c87011
  261347: 57ea42f
  261343: 8b1db93
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent e75862b commit 298d227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6dc1bab052891f7cbe158f7146a0f9d55806471
refs/heads/master: ae6db5154671759426046c2cbc2e20a82ff0feed
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/v4l2-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/version.h>

#include <linux/videodev2.h>

Expand Down Expand Up @@ -605,6 +606,7 @@ static long __video_do_ioctl(struct file *file,
if (!ops->vidioc_querycap)
break;

cap->version = LINUX_VERSION_CODE;
ret = ops->vidioc_querycap(file, fh, cap);
if (!ret)
dbgarg(cmd, "driver=%s, card=%s, bus=%s, "
Expand Down

0 comments on commit 298d227

Please sign in to comment.