module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / mos7840.c
index 55cfd6265b98b7d91afb6bc1d9c91ad7245256db..03b5e249e95e1620b452cd4a000cc6ab8a8de0a8 100644 (file)
@@ -263,7 +263,7 @@ struct moschip_port {
 };
 
 
-static int debug;
+static bool debug;
 
 /*
  * mos7840_set_reg_sync
This page took 0.024025 seconds and 5 git commands to generate.