diff options
Diffstat (limited to 'drivers/usb/serial/oti6858.c')
-rw-r--r-- | drivers/usb/serial/oti6858.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c index 2161d1c3c089..e287fd32682c 100644 --- a/drivers/usb/serial/oti6858.c +++ b/drivers/usb/serial/oti6858.c | |||
@@ -74,7 +74,7 @@ static struct usb_driver oti6858_driver = { | |||
74 | .no_dynamic_id = 1, | 74 | .no_dynamic_id = 1, |
75 | }; | 75 | }; |
76 | 76 | ||
77 | static int debug; | 77 | static bool debug; |
78 | 78 | ||
79 | /* requests */ | 79 | /* requests */ |
80 | #define OTI6858_REQ_GET_STATUS (USB_DIR_IN | USB_TYPE_VENDOR | 0x00) | 80 | #define OTI6858_REQ_GET_STATUS (USB_DIR_IN | USB_TYPE_VENDOR | 0x00) |