diff options
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 64d0ffd4440b..3077a4436976 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c | |||
@@ -34,9 +34,9 @@ | |||
34 | 34 | ||
35 | 35 | ||
36 | #ifdef CONFIG_USB_SERIAL_DEBUG | 36 | #ifdef CONFIG_USB_SERIAL_DEBUG |
37 | static int debug = 1; | 37 | static bool debug = 1; |
38 | #else | 38 | #else |
39 | static int debug; | 39 | static bool debug; |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | /* | 42 | /* |
@@ -65,7 +65,7 @@ static int clockmode = 1; | |||
65 | static int cdmode = 1; | 65 | static int cdmode = 1; |
66 | static int iuu_cardin; | 66 | static int iuu_cardin; |
67 | static int iuu_cardout; | 67 | static int iuu_cardout; |
68 | static int xmas; | 68 | static bool xmas; |
69 | static int vcc_default = 5; | 69 | static int vcc_default = 5; |
70 | 70 | ||
71 | static void read_rxcmd_callback(struct urb *urb); | 71 | static void read_rxcmd_callback(struct urb *urb); |