module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / media / video / cx18 / cx18-driver.c
index c6ff32a6137c61a22c6b0774c09a18d5fd0158d0..349bd9c2aff546ae3afd2a06411d0f0ceb24f285 100644 (file)
@@ -75,7 +75,7 @@ static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
                                     -1, -1, -1, -1, -1, -1, -1, -1 };
 static unsigned cardtype_c = 1;
 static unsigned tuner_c = 1;
-static unsigned radio_c = 1;
+static bool radio_c = 1;
 static char pal[] = "--";
 static char secam[] = "--";
 static char ntsc[] = "-";
This page took 0.024557 seconds and 5 git commands to generate.