module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / ipw.c
index 5170799d6e94739cffb66f3266254d900fd322f8..6f9356f3f99eb0838a610a95ee013efcfce1e7c7 100644 (file)
@@ -147,7 +147,7 @@ static struct usb_driver usb_ipw_driver = {
        .no_dynamic_id =        1,
 };
 
-static int debug;
+static bool debug;
 
 static int ipw_open(struct tty_struct *tty, struct usb_serial_port *port)
 {
This page took 0.023285 seconds and 5 git commands to generate.