From: Mauro Carvalho Chehab Date: Sun, 13 Apr 2008 18:05:47 +0000 (-0300) Subject: V4L/DVB (7557): em28xx: honour video_debug modprobe parameter X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e9e6040df6c96678d7b776b3902e3b2c6bbfc5a3;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git V4L/DVB (7557): em28xx: honour video_debug modprobe parameter Signed-off-by: Mauro Carvalho Chehab --- 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, 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);