]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/lp.c
module_param: make bool parameters really bool (drivers & misc)
[karo-tx-linux.git] / drivers / char / lp.c
index 97c3edb95ae747a3ff2832f48e6daf098fad83bf..f43485607063af7490ae37013de97675fbf156c5 100644 (file)
@@ -829,7 +829,7 @@ static struct console lpcons = {
 
 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
 static char *parport[LP_NO];
-static int reset;
+static bool reset;
 
 module_param_array(parport, charp, NULL, 0);
 module_param(reset, bool, 0);