module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / usb / serial / navman.c
index 1f00f24..b28f1db 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/usb.h>
 #include <linux/usb/serial.h>
 
-static int debug;
+static bool debug;
 
 static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x0a99, 0x0001) }, /* Talon Technology device */