Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76569
b: refs/heads/master
c: a962239
h: refs/heads/master
i:
  76567: ce136b5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent b057687 commit d38c854
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 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: bfb12e38a8f828bb6394fd4f18010bad86832623
refs/heads/master: a9622391acbcdb124b55eb674dc5196eb55dc105
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,9 @@ static int __devinit saa7134_initdev(struct pci_dev *pci_dev,
printk(KERN_INFO "%s: registered device video%d [v4l2]\n",
dev->name,dev->video_dev->minor & 0x1f);

dev->vbi_dev = vdev_init(dev,&saa7134_vbi_template,"vbi");
dev->vbi_dev = vdev_init(dev, &saa7134_video_template, "vbi");
dev->vbi_dev->type = VID_TYPE_TUNER | VID_TYPE_TELETEXT;

err = video_register_device(dev->vbi_dev,VFL_TYPE_VBI,
vbi_nr[dev->nr]);
if (err < 0)
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/media/video/saa7134/saa7134-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2406,14 +2406,6 @@ struct video_device saa7134_video_template =
.current_norm = V4L2_STD_PAL,
};

struct video_device saa7134_vbi_template =
{
.name = "saa7134-vbi",
.type = VID_TYPE_TUNER|VID_TYPE_TELETEXT,
.fops = &video_fops,
.minor = -1,
};

struct video_device saa7134_radio_template =
{
.name = "saa7134-radio",
Expand Down

0 comments on commit d38c854

Please sign in to comment.