module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / s390 / char / raw3270.c
index e5cb9248a442a5d67f574302aa76aa8904d1812a..f3b8bb84faf295013c03c1d4e539ee967015fa2a 100644 (file)
@@ -75,7 +75,7 @@ static LIST_HEAD(raw3270_devices);
 static int raw3270_registered;
 
 /* Module parameters */
-static int tubxcorrect = 0;
+static bool tubxcorrect = 0;
 module_param(tubxcorrect, bool, 0);
 
 /*
This page took 0.024728 seconds and 5 git commands to generate.