aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorfigo.zhang <figo.zhang@kolorific.com>2009-05-17 23:31:55 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 18:21:13 -0300
commit6ecdf92d211fb37a905fce5d0a8668c831764abc (patch)
tree868880a4d0e4a36867546db8ba51117b73ee1a0b /drivers/media/video/cx88/cx88-core.c
parentV4L/DVB (11852): saa7134-video.c: poll method lose race condition (diff)
downloadlinux-dev-6ecdf92d211fb37a905fce5d0a8668c831764abc.tar.xz
linux-dev-6ecdf92d211fb37a905fce5d0a8668c831764abc.zip
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/cx88/cx88-core.c')
-rw-r--r--drivers/media/video/cx88/cx88-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-core.c b/drivers/media/video/cx88/cx88-core.c
index 0e149b22bd19..b4049de071a2 100644
--- a/drivers/media/video/cx88/cx88-core.c
+++ b/drivers/media/video/cx88/cx88-core.c
@@ -1010,7 +1010,6 @@ struct video_device *cx88_vdev_init(struct cx88_core *core,
if (NULL == vfd)
return NULL;
*vfd = *template;
- vfd->minor = -1;
vfd->v4l2_dev = &core->v4l2_dev;
vfd->parent = &pci->dev;
vfd->release = video_device_release;