usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()
[linux-2.6-block.git] / drivers / usb / serial / keyspan_pda.c
index a40615674a6815e20ed44a7bbba1953943c176ea..7c62a7048302c78fca45a19c5e2a67feb3109415 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)