diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 14:05:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:08:48 -0400 |
commit | e9e6040df6c96678d7b776b3902e3b2c6bbfc5a3 (patch) | |
tree | c97576d911aa08909a213850fec810e579dd1ee8 /drivers/media/video/em28xx | |
parent | 0ea13e6e59853cab9e8ed3ac231ec5d44d8386a6 (diff) |
V4L/DVB (7557): em28xx: honour video_debug modprobe parameter
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c index d3485f500c5e..064728f67740 100644 --- a/drivers/media/video/em28xx/em28xx-video.c +++ b/drivers/media/video/em28xx/em28xx-video.c | |||
@@ -2057,6 +2057,7 @@ static struct video_device *em28xx_vdev_init(struct em28xx *dev, | |||
2057 | vfd->dev = &dev->udev->dev; | 2057 | vfd->dev = &dev->udev->dev; |
2058 | vfd->release = video_device_release; | 2058 | vfd->release = video_device_release; |
2059 | vfd->type = type; | 2059 | vfd->type = type; |
2060 | vfd->debug = video_debug; | ||
2060 | 2061 | ||
2061 | snprintf(vfd->name, sizeof(vfd->name), "%s %s", | 2062 | snprintf(vfd->name, sizeof(vfd->name), "%s %s", |
2062 | dev->name, type_name); | 2063 | dev->name, type_name); |