module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / acpi / pci_slot.c
index 07f7fea8a4e26471ce6fabd4b90ade3c69ec9e43..e50e31a518afbf69ebc575ac3c579551e635b2f5 100644 (file)
@@ -34,7 +34,7 @@
 #include <acpi/acpi_drivers.h>
 #include <linux/dmi.h>
 
-static int debug;
+static bool debug;
 static int check_sta_before_sun;
 
 #define DRIVER_VERSION         "0.1"