From: Mauro Carvalho Chehab Date: Mon, 23 Jun 2008 15:31:29 +0000 (-0300) Subject: V4L/DVB (8110): bttv: allow debug ioctl's X-Git-Tag: upstream/snapshot3+hdmi~24249^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d0a436256dc1aecfad901bcd4432dac1cabe6b2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git V4L/DVB (8110): bttv: allow debug ioctl's Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index c4aa802..06c40c9 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c @@ -4188,6 +4188,7 @@ static struct video_device *vdev_init(struct bttv *btv, vfd->dev = &btv->c.pci->dev; vfd->release = video_device_release; vfd->type = type; + vfd->debug = bttv_debug; snprintf(vfd->name, sizeof(vfd->name), "BT%d%s %s (%s)", btv->id, (btv->id==848 && btv->revision==0x12) ? "A" : "", type_name, bttv_tvcards[btv->c.type].name);