diff options
Diffstat (limited to 'drivers/usb/serial/ipaq.c')
-rw-r--r-- | drivers/usb/serial/ipaq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c index 36f5cbe90485..06053a920dd8 100644 --- a/drivers/usb/serial/ipaq.c +++ b/drivers/usb/serial/ipaq.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #define DRIVER_DESC "USB PocketPC PDA driver" | 34 | #define DRIVER_DESC "USB PocketPC PDA driver" |
35 | 35 | ||
36 | static __u16 product, vendor; | 36 | static __u16 product, vendor; |
37 | static int debug; | 37 | static bool debug; |
38 | static int connect_retries = KP_RETRIES; | 38 | static int connect_retries = KP_RETRIES; |
39 | static int initial_wait; | 39 | static int initial_wait; |
40 | 40 | ||