module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / isdn / sc / init.c
index ca710ab278ec49788a50a483375c7de08b340a1b..023de789f2505b82f9782805c825609ce1328e91 100644 (file)
@@ -30,7 +30,7 @@ static const char *boardname[] = { "DataCommute/BRI", "DataCommute/PRI", "TeleCo
 static unsigned int io[] = {0,0,0,0};
 static unsigned char irq[] = {0,0,0,0};
 static unsigned long ram[] = {0,0,0,0};
-static int do_reset = 0;
+static bool do_reset = 0;
 
 module_param_array(io, int, NULL, 0);
 module_param_array(irq, int, NULL, 0);
This page took 0.024271 seconds and 5 git commands to generate.