module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / usb / serial / keyspan_pda.c
index a406156..7c62a70 100644 (file)
@@ -31,7 +31,7 @@
 #include <linux/usb.h>
 #include <linux/usb/serial.h>
 
-static int debug;
+static bool debug;
 
 /* make a simple define to handle if we are compiling keyspan_pda or xircom support */
 #if defined(CONFIG_USB_SERIAL_KEYSPAN_PDA) || defined(CONFIG_USB_SERIAL_KEYSPAN_PDA_MODULE)