Skip to content

Commit

Permalink
V4L/DVB (6736): Fix some errors at the video_ioctl2 conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 90bdc14 commit 8c85454
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 172 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ static struct video_device *vdev_init(struct saa7134_dev *dev,
vfd->minor = -1;
vfd->dev = &dev->pci->dev;
vfd->release = video_device_release;
vfd->debug = video_debug;
snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)",
dev->name, type, saa7134_boards[dev->board].name);
return vfd;
Expand Down
Loading

0 comments on commit 8c85454

Please sign in to comment.