module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / pci / hotplug / pci_hotplug_core.c
index 6d2eea9..202f4a9 100644 (file)
@@ -51,7 +51,7 @@
 
 
 /* local variables */
-static int debug;
+static bool debug;
 
 #define DRIVER_VERSION "0.5"
 #define DRIVER_AUTHOR  "Greg Kroah-Hartman <greg@kroah.com>, Scott Murray <scottm@somanetworks.com>"