module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / pci / hotplug / pcihp_skeleton.c
index 5175d9b26f0b827f78b405b20bd04a71704a2ab7..b20ceaaa31f4854a4f50c8ebfc8fe7b1acb93e36 100644 (file)
@@ -59,7 +59,7 @@ static LIST_HEAD(slot_list);
 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
 
 /* local variables */
-static int debug;
+static bool debug;
 static int num_slots;
 
 #define DRIVER_VERSION "0.3"