module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / usb / serial / ir-usb.c
index 0c537da0d3cda83d5b2bd655857a53fe803aa8ce..84a396e83671bdeca4de7ece00ac007020f418f4 100644 (file)
@@ -45,7 +45,7 @@
 #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Johan Hovold <jhovold@gmail.com>"
 #define DRIVER_DESC "USB IR Dongle driver"
 
-static int debug;
+static bool debug;
 
 /* if overridden by the user, then use their value for the size of the read and
  * write urbs */