module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / mos7720.c
index 19d112f51b97516b325d07c984a7e71f03e7d665..4554ee49e635d5d4c3d283caf983555630d1b84c 100644 (file)
@@ -71,7 +71,7 @@ struct moschip_port {
        struct urb              *write_urb_pool[NUM_URBS];
 };
 
-static int debug;
+static bool debug;
 
 static struct usb_serial_driver moschip7720_2port_driver;
 
This page took 0.02459 seconds and 5 git commands to generate.