module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / pci / hotplug / cpqphp_core.c
index f1ce99cceac60a2135cf8292da0013eebeadb2a1..187a199da93c46c7fe387328bff58f72f7f2b597 100644 (file)
@@ -57,8 +57,8 @@ struct irq_routing_table *cpqhp_routing_table;
 static void __iomem *smbios_table;
 static void __iomem *smbios_start;
 static void __iomem *cpqhp_rom_start;
-static int power_mode;
-static int debug;
+static bool power_mode;
+static bool debug;
 static int initialized;
 
 #define DRIVER_VERSION "0.9.8"
This page took 0.025244 seconds and 5 git commands to generate.