module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / keyspan.c
index bc8dc203e818342b270104717d0133e38ef6cf8e..4cc36c76180126f80a9d81e23759318971873599 100644 (file)
@@ -45,7 +45,7 @@
 #include <linux/usb/serial.h>
 #include "keyspan.h"
 
-static int debug;
+static bool debug;
 
 /*
  * Version Information
This page took 0.025088 seconds and 5 git commands to generate.