aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/pci/cx25821/cx25821-cards.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-04-13 13:34:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-16 18:09:18 -0300
commita6aa0dc482d7aad5fc4366d4c92d07a10d712b82 (patch)
tree045dc5002d914a78d457c6523a6cc6aa2f4b6d51 /drivers/media/pci/cx25821/cx25821-cards.c
parent7704cfb9cde649d514029a180cdfb7ccf0a36032 (diff)
[media] cx25821: remove references to subdevices that aren't there
This driver does not have subdevices, so why call subdev ops? After removing that it became apparent that only Composite is supported as input, so remove also any reference to other inputs. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-cards.c')
-rw-r--r--drivers/media/pci/cx25821/cx25821-cards.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-cards.c b/drivers/media/pci/cx25821/cx25821-cards.c
index 2b2f1f4f87ac..3b409feb03d8 100644
--- a/drivers/media/pci/cx25821/cx25821-cards.c
+++ b/drivers/media/pci/cx25821/cx25821-cards.c
@@ -42,7 +42,6 @@ struct cx25821_board cx25821_boards[] = {
.name = "CX25821",
.portb = CX25821_RAW,
.portc = CX25821_264,
- .input[0].type = CX25821_VMUX_COMPOSITE,
},
};