diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 511a66252413..fd7a932e1d33 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -98,9 +98,9 @@ static int radio[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, | |||
98 | -1, -1, -1, -1, -1, -1, -1, -1, | 98 | -1, -1, -1, -1, -1, -1, -1, -1, |
99 | -1, -1, -1, -1, -1, -1, -1, -1 }; | 99 | -1, -1, -1, -1, -1, -1, -1, -1 }; |
100 | 100 | ||
101 | static int cardtype_c = 1; | 101 | static unsigned int cardtype_c = 1; |
102 | static int tuner_c = 1; | 102 | static unsigned int tuner_c = 1; |
103 | static int radio_c = 1; | 103 | static unsigned int radio_c = 1; |
104 | static char pal[] = "--"; | 104 | static char pal[] = "--"; |
105 | static char secam[] = "--"; | 105 | static char secam[] = "--"; |
106 | static char ntsc[] = "-"; | 106 | static char ntsc[] = "-"; |