diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 18:34:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 23:09:18 +0200 |
commit | a6aa0dc482d7aad5fc4366d4c92d07a10d712b82 (patch) | |
tree | 045dc5002d914a78d457c6523a6cc6aa2f4b6d51 /drivers/media/pci/cx25821/cx25821-cards.c | |
parent | [media] cx25821: remove custom ioctls that duplicate v4l2 ioctls (diff) | |
download | linux-a6aa0dc482d7aad5fc4366d4c92d07a10d712b82.tar.xz linux-a6aa0dc482d7aad5fc4366d4c92d07a10d712b82.zip |
[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.c | 1 |
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, }, }; |