module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / aircable.c
index b43d07df4c44ac3c38d0b31997389669a6943613..123bf9155339c88ff8c0e428c323b08238dbe10b 100644 (file)
@@ -52,7 +52,7 @@
 #include <linux/usb.h>
 #include <linux/usb/serial.h>
 
-static int debug;
+static bool debug;
 
 /* Vendor and Product ID */
 #define AIRCABLE_VID           0x16CA
This page took 0.025167 seconds and 5 git commands to generate.