diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 |
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, | |||
82 | static unsigned cardtype_c = 1; | 82 | static unsigned cardtype_c = 1; |
83 | static unsigned tuner_c = 1; | 83 | static unsigned tuner_c = 1; |
84 | static unsigned radio_c = 1; | 84 | static unsigned radio_c = 1; |
85 | static int mmio_ndelay_c = 1; | 85 | static unsigned mmio_ndelay_c = 1; |
86 | static char pal[] = "--"; | 86 | static char pal[] = "--"; |
87 | static char secam[] = "--"; | 87 | static char secam[] = "--"; |
88 | static char ntsc[] = "-"; | 88 | static char ntsc[] = "-"; |