diff options
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index cfc4276d907e..78c44cd3fb6d 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -99,7 +99,7 @@ static int i2c_clock_period[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, | |||
99 | 99 | ||
100 | static unsigned int cardtype_c = 1; | 100 | static unsigned int cardtype_c = 1; |
101 | static unsigned int tuner_c = 1; | 101 | static unsigned int tuner_c = 1; |
102 | static bool radio_c = 1; | 102 | static int radio_c = 1; |
103 | static unsigned int i2c_clock_period_c = 1; | 103 | static unsigned int i2c_clock_period_c = 1; |
104 | static char pal[] = "---"; | 104 | static char pal[] = "---"; |
105 | static char secam[] = "--"; | 105 | static char secam[] = "--"; |
@@ -139,7 +139,7 @@ static int tunertype = -1; | |||
139 | static int newi2c = -1; | 139 | static int newi2c = -1; |
140 | 140 | ||
141 | module_param_array(tuner, int, &tuner_c, 0644); | 141 | module_param_array(tuner, int, &tuner_c, 0644); |
142 | module_param_array(radio, bool, &radio_c, 0644); | 142 | module_param_array(radio, int, &radio_c, 0644); |
143 | module_param_array(cardtype, int, &cardtype_c, 0644); | 143 | module_param_array(cardtype, int, &cardtype_c, 0644); |
144 | module_param_string(pal, pal, sizeof(pal), 0644); | 144 | module_param_string(pal, pal, sizeof(pal), 0644); |
145 | module_param_string(secam, secam, sizeof(secam), 0644); | 145 | module_param_string(secam, secam, sizeof(secam), 0644); |