diff options
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 11af903cb09f..7e0acf5c8e38 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include <linux/ihex.h> | 36 | #include <linux/ihex.h> |
37 | #include "whiteheat.h" /* WhiteHEAT specific commands */ | 37 | #include "whiteheat.h" /* WhiteHEAT specific commands */ |
38 | 38 | ||
39 | static int debug; | 39 | static bool debug; |
40 | 40 | ||
41 | #ifndef CMSPAR | 41 | #ifndef CMSPAR |
42 | #define CMSPAR 0 | 42 | #define CMSPAR 0 |