module_param: make bool parameters really bool (drivers & misc)
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / pci / hotplug / pci_hotplug_core.c
index 6d2eea93298fbbcf31afb03cba64b262b228e313..202f4a969eb56614adf540b286844ca9f5a93832 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>"