summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 12:05:47 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 12:05:47 -0300
commit2edff93c89e1c94ffa7195a40f1ee0985abbf378 (patch)
tree06c6c238c2befdfe41c196fcbb8bc3721bc72fb4 /linux/drivers/media/video
parentfb0ecb723f596bc9c34f10219f35e615736400c7 (diff)
downloadmediapointer-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.c1
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);