aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/whiteheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r--drivers/usb/serial/whiteheat.c2
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
39static int debug; 39static bool debug;
40 40
41#ifndef CMSPAR 41#ifndef CMSPAR
42#define CMSPAR 0 42#define CMSPAR 0