Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138235
b: refs/heads/master
c: 80c6e35
h: refs/heads/master
i:
  138233: ec93f65
  138231: 0909174
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 4c8f8b8 commit 5160707
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 06e9509ff3484578c111bbc6f9e0e97c086a1131
refs/heads/master: 80c6e358c1b6da0b9aa97e10c82317b7104821bb
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/au0828/au0828-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@ static int vidioc_streamoff(struct file *file, void *priv,
return 0;
}

#ifdef CONFIG_VIDEO_ADV_DEBUG
static int vidioc_g_register(struct file *file, void *priv,
struct v4l2_dbg_register *reg)
{
Expand Down Expand Up @@ -1457,6 +1458,7 @@ static int vidioc_s_register(struct file *file, void *priv,
}
return 0;
}
#endif

static int vidioc_reqbufs(struct file *file, void *priv,
struct v4l2_requestbuffers *rb)
Expand Down Expand Up @@ -1578,8 +1580,8 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {
#ifdef CONFIG_VIDEO_ADV_DEBUG
.vidioc_g_register = vidioc_g_register,
.vidioc_s_register = vidioc_s_register,
.vidioc_g_chip_ident = vidioc_g_chip_ident,
#endif
.vidioc_g_chip_ident = vidioc_g_chip_ident,
#ifdef CONFIG_VIDEO_V4L1_COMPAT
.vidiocgmbuf = vidiocgmbuf,
#endif
Expand Down

0 comments on commit 5160707

Please sign in to comment.