module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / usb / serial / symbolserial.c
index c70cc012d03f2e7b82724bcc6a58423e78fb12b2..50651cf4fc613bc8ab0e89de48755361d50e9936 100644 (file)
@@ -20,7 +20,7 @@
 #include <linux/usb/serial.h>
 #include <linux/uaccess.h>
 
-static int debug;
+static bool debug;
 
 static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x05e0, 0x0600) },