module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / usb / atm / speedtch.c
index b42092e1f1643c580bc09414111867279926b840..98dd9e49b684be5ef56b2960b52bc031a536331f 100644 (file)
@@ -73,9 +73,9 @@ static const char speedtch_driver_name[] = "speedtch";
 #define DEFAULT_SW_BUFFERING   0
 
 static unsigned int altsetting = 0; /* zero means: use the default */
-static int dl_512_first = DEFAULT_DL_512_FIRST;
-static int enable_isoc = DEFAULT_ENABLE_ISOC;
-static int sw_buffering = DEFAULT_SW_BUFFERING;
+static bool dl_512_first = DEFAULT_DL_512_FIRST;
+static bool enable_isoc = DEFAULT_ENABLE_ISOC;
+static bool sw_buffering = DEFAULT_SW_BUFFERING;
 
 #define DEFAULT_B_MAX_DSL      8128
 #define DEFAULT_MODEM_MODE     11
This page took 0.032122 seconds and 5 git commands to generate.