aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-09 00:37:54 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:22 -0500
commit1a9ca74d22065355d61bb6395590378040e7366d (patch)
tree1be03de84590cf27b20d78121db0b59bc3ef4db0 /drivers/media/video/em28xx
parent86bb4a215d152111f20daeb2a530f064afee8542 (diff)
[PATCH] v4l: 815: commented obsoleted stuff at videodev headers
- Commented obsoleted stuff at videodev headers. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c
index 16a6d2da7391..06644e230b47 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -1671,7 +1671,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
1671 return -ENOMEM; 1671 return -ENOMEM;
1672 } 1672 }
1673 1673
1674 dev->vdev->owner = THIS_MODULE;
1675 dev->vdev->type = VID_TYPE_CAPTURE; 1674 dev->vdev->type = VID_TYPE_CAPTURE;
1676 if (dev->has_tuner) 1675 if (dev->has_tuner)
1677 dev->vdev->type |= VID_TYPE_TUNER; 1676 dev->vdev->type |= VID_TYPE_TUNER;