diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 12:05:47 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 12:05:47 -0300 |
commit | 2edff93c89e1c94ffa7195a40f1ee0985abbf378 (patch) | |
tree | 06c6c238c2befdfe41c196fcbb8bc3721bc72fb4 /linux/drivers/media/video | |
parent | fb0ecb723f596bc9c34f10219f35e615736400c7 (diff) | |
download | mediapointer-dvb-s2-2edff93c89e1c94ffa7195a40f1ee0985abbf378.tar.gz mediapointer-dvb-s2-2edff93c89e1c94ffa7195a40f1ee0985abbf378.tar.bz2 |
em28xx: honour video_debug modprobe parameter
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c index 91bbd3432..0eff246dc 100644 --- a/linux/drivers/media/video/em28xx/em28xx-video.c +++ b/linux/drivers/media/video/em28xx/em28xx-video.c @@ -2138,6 +2138,7 @@ static struct video_device *em28xx_vdev_init(struct em28xx *dev, vfd->release = video_device_release; #endif vfd->type = type; + vfd->debug = video_debug; snprintf(vfd->name, sizeof(vfd->name), "%s %s", dev->name, type_name); |