diff options
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index 7874d9790a5..d7879fb1d21 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c | |||
@@ -739,8 +739,6 @@ static int __devinit cx18_probe(struct pci_dev *dev, | |||
739 | cx->std = V4L2_STD_NTSC_M; | 739 | cx->std = V4L2_STD_NTSC_M; |
740 | 740 | ||
741 | if (cx->options.tuner == -1) { | 741 | if (cx->options.tuner == -1) { |
742 | int i; | ||
743 | |||
744 | for (i = 0; i < CX18_CARD_MAX_TUNERS; i++) { | 742 | for (i = 0; i < CX18_CARD_MAX_TUNERS; i++) { |
745 | if ((cx->std & cx->card->tuners[i].std) == 0) | 743 | if ((cx->std & cx->card->tuners[i].std) == 0) |
746 | continue; | 744 | continue; |