aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-02-21 22:35:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:02 -0300
commit8d037ed14d1be0eff67fed0f9b1b333b0d52ec78 (patch)
treefa4387c726dc63d993fb066e0c6838277ce6760e /drivers/media/video/cx18/cx18-driver.c
parent6246d4e1b30aa9404d2603dc09a823aba36d9c13 (diff)
downloadkernel_samsung_smdk4412-8d037ed14d1be0eff67fed0f9b1b333b0d52ec78.zip
kernel_samsung_smdk4412-8d037ed14d1be0eff67fed0f9b1b333b0d52ec78.tar.gz
kernel_samsung_smdk4412-8d037ed14d1be0eff67fed0f9b1b333b0d52ec78.tar.bz2
V4L/DVB (10762): cx18: Get rid of unused variables related to video output
Remove variables that were holdovers from ivtv for supporting the CX23415 MPEG decoder output. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r--drivers/media/video/cx18/cx18-driver.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c
index fcc40bf..f3b0c94 100644
--- a/drivers/media/video/cx18/cx18-driver.c
+++ b/drivers/media/video/cx18/cx18-driver.c
@@ -884,13 +884,11 @@ static int __devinit cx18_probe(struct pci_dev *pci_dev,
cx18_init_subdevs(cx);
- if (cx->std & V4L2_STD_525_60) {
+ if (cx->std & V4L2_STD_525_60)
cx->is_60hz = 1;
- cx->is_out_60hz = 1;
- } else {
+ else
cx->is_50hz = 1;
- cx->is_out_50hz = 1;
- }
+
cx->params.video_gop_size = cx->is_60hz ? 15 : 12;
if (cx->options.radio > 0)