aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorfigo.zhang <figo.zhang@kolorific.com>2009-05-17 22:31:55 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:21:13 -0400
commit6ecdf92d211fb37a905fce5d0a8668c831764abc (patch)
tree868880a4d0e4a36867546db8ba51117b73ee1a0b /drivers/media/video/bt8xx
parent4a567394dce57e8a2329f0a1123b951b0f070d39 (diff)
V4L/DVB (11853): minor have assigned value twice
The variable minor have assigned value twice, the first time is in the initial "video_device" data struct in those drivers, pls see saa7134-video.c,line 2503. --- Signed-off-by: Figo.zhang <figo.zhang@kolorific.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index 23b7499b3185..539ae45bebd9 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -4166,7 +4166,6 @@ static struct video_device *vdev_init(struct bttv *btv,
4166 if (NULL == vfd) 4166 if (NULL == vfd)
4167 return NULL; 4167 return NULL;
4168 *vfd = *template; 4168 *vfd = *template;
4169 vfd->minor = -1;
4170 vfd->v4l2_dev = &btv->c.v4l2_dev; 4169 vfd->v4l2_dev = &btv->c.v4l2_dev;
4171 vfd->release = video_device_release; 4170 vfd->release = video_device_release;
4172 vfd->debug = bttv_debug; 4171 vfd->debug = bttv_debug;