module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / io_edgeport.c
index abd2ee2b2f9942c2cdf35f1e29f0a5e83ed08b26..0497575e4799fd73fe65903dfea799ffce034518 100644 (file)
@@ -191,7 +191,7 @@ static const struct divisor_table_entry divisor_table[] = {
 };
 
 /* local variables */
-static int debug;
+static bool debug;
 
 static atomic_t CmdUrbs;       /* Number of outstanding Command Write Urbs */
 
This page took 0.023965 seconds and 5 git commands to generate.