module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / serial / usb_wwan.c
index d555ca9567b8507baa292f0087d1b20f9881783a..c88657dd31c88495a65a49f0aff2aca047f89481 100644 (file)
@@ -37,7 +37,7 @@
 #include <linux/serial.h>
 #include "usb-wwan.h"
 
-static int debug;
+static bool debug;
 
 void usb_wwan_dtr_rts(struct usb_serial_port *port, int on)
 {
This page took 0.024971 seconds and 5 git commands to generate.