aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r--drivers/media/video/cx18/cx18-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c
index 202b2819014..4de7b501f20 100644
--- a/drivers/media/video/cx18/cx18-driver.c
+++ b/drivers/media/video/cx18/cx18-driver.c
@@ -82,7 +82,7 @@ static int mmio_ndelay[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
82static unsigned cardtype_c = 1; 82static unsigned cardtype_c = 1;
83static unsigned tuner_c = 1; 83static unsigned tuner_c = 1;
84static unsigned radio_c = 1; 84static unsigned radio_c = 1;
85static int mmio_ndelay_c = 1; 85static unsigned mmio_ndelay_c = 1;
86static char pal[] = "--"; 86static char pal[] = "--";
87static char secam[] = "--"; 87static char secam[] = "--";
88static char ntsc[] = "-"; 88static char ntsc[] = "-";