Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219188
b: refs/heads/master
c: 8979e9d
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 007c0b5 commit f5ec76e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: c37db91fd0d42d27141b6c49b768070df29e1c5e
refs/heads/master: 8979e9d42b87648fd89bcc5d8b3157a8f3f4dfdb
14 changes: 7 additions & 7 deletions trunk/drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3417,13 +3417,13 @@ bttv_mmap(struct file *file, struct vm_area_struct *vma)

static const struct v4l2_file_operations bttv_fops =
{
.owner = THIS_MODULE,
.open = bttv_open,
.release = bttv_release,
.ioctl = video_ioctl2,
.read = bttv_read,
.mmap = bttv_mmap,
.poll = bttv_poll,
.owner = THIS_MODULE,
.open = bttv_open,
.release = bttv_release,
.unlocked_ioctl = video_ioctl2,
.read = bttv_read,
.mmap = bttv_mmap,
.poll = bttv_poll,
};

static const struct v4l2_ioctl_ops bttv_ioctl_ops = {
Expand Down

0 comments on commit f5ec76e

Please sign in to comment.