提交 e9e6040d 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (7557): em28xx: honour video_debug modprobe parameter

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 0ea13e6e
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册