module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / qcserial.c
index aa9367f5b42143b0db23035a879355448a605528..1d5deee3be52211d10c6cc02edb7f121efc57541 100644 (file)
@@ -22,7 +22,7 @@
 #define DRIVER_AUTHOR "Qualcomm Inc"
 #define DRIVER_DESC "Qualcomm USB Serial driver"
 
-static int debug;
+static bool debug;
 
 static const struct usb_device_id id_table[] = {
        {USB_DEVICE(0x05c6, 0x9211)},   /* Acer Gobi QDL device */
This page took 0.024894 seconds and 5 git commands to generate.