module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / pci / hotplug / acpiphp_core.c
index efa9f2de51c1ff532a040037c851c425bf974153..aa41631e9e02139db31203f8b960bc3b46769207 100644 (file)
@@ -47,7 +47,7 @@
 /* name size which is used for entries in pcihpfs */
 #define SLOT_NAME_SIZE  21              /* {_SUN} */
 
-static int debug;
+static bool debug;
 int acpiphp_debug;
 
 /* local variables */