module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / usb / serial / pl2303.c
index 329295615d0634a86e9a10affe06ae52020e4949..3d8cda57ce7ac51ea9a3cf9aec600b55f80c8562 100644 (file)
@@ -36,7 +36,7 @@
  */
 #define DRIVER_DESC "Prolific PL2303 USB to serial adaptor driver"
 
-static int debug;
+static bool debug;
 
 #define PL2303_CLOSING_WAIT    (30*HZ)