Skip to content

Commit

Permalink
V4L/DVB (7557): em28xx: honour video_debug modprobe parameter
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 Apr 24, 2008
1 parent 0ea13e6 commit e9e6040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,7 @@ static struct video_device *em28xx_vdev_init(struct em28xx *dev,
vfd->dev = &dev->udev->dev;
vfd->release = video_device_release;
vfd->type = type;
vfd->debug = video_debug;

snprintf(vfd->name, sizeof(vfd->name), "%s %s",
dev->name, type_name);
Expand Down

0 comments on commit e9e6040

Please sign in to comment.