diff options
author | figo.zhang <figo.zhang@kolorific.com> | 2009-05-17 22:31:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:13 -0400 |
commit | 6ecdf92d211fb37a905fce5d0a8668c831764abc (patch) | |
tree | 868880a4d0e4a36867546db8ba51117b73ee1a0b /drivers/media/video/cx23885/cx23885-417.c | |
parent | 4a567394dce57e8a2329f0a1123b951b0f070d39 (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/cx23885/cx23885-417.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-417.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c index 6f5df90af93e..2943bfd32a94 100644 --- a/drivers/media/video/cx23885/cx23885-417.c +++ b/drivers/media/video/cx23885/cx23885-417.c | |||
@@ -1742,7 +1742,6 @@ static struct video_device *cx23885_video_dev_alloc( | |||
1742 | if (NULL == vfd) | 1742 | if (NULL == vfd) |
1743 | return NULL; | 1743 | return NULL; |
1744 | *vfd = *template; | 1744 | *vfd = *template; |
1745 | vfd->minor = -1; | ||
1746 | snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)", dev->name, | 1745 | snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)", dev->name, |
1747 | type, cx23885_boards[tsport->dev->board].name); | 1746 | type, cx23885_boards[tsport->dev->board].name); |
1748 | vfd->parent = &pci->dev; | 1747 | vfd->parent = &pci->dev; |