Jesse Keating 2f82dda
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
Jesse Keating 2f82dda
index e7f3c9e..4f2b037 100644
Jesse Keating 2f82dda
--- a/drivers/pci/hotplug/pciehp_core.c
Jesse Keating 2f82dda
+++ b/drivers/pci/hotplug/pciehp_core.c
Jesse Keating 2f82dda
@@ -41,7 +41,7 @@ int pciehp_debug;
Jesse Keating 2f82dda
 int pciehp_poll_mode;
Jesse Keating 2f82dda
 int pciehp_poll_time;
Jesse Keating 2f82dda
 int pciehp_force;
Jesse Keating 2f82dda
-int pciehp_passive;
Jesse Keating 2f82dda
+int pciehp_passive=1;
Jesse Keating 2f82dda
 struct workqueue_struct *pciehp_wq;
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 #define DRIVER_VERSION	"0.4"