module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / usb / serial / mos7720.c
index 19d112f..4554ee4 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;