summaryrefslogtreecommitdiffstats
path: root/linux-2.6-defaults-pciehp.patch
blob: 07f2670c7713ed7abcf8617ee0c8ce32d4a5b490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
index e7f3c9e..4f2b037 100644
--- a/drivers/pci/hotplug/pciehp_core.c
+++ b/drivers/pci/hotplug/pciehp_core.c
@@ -41,7 +41,7 @@ int pciehp_debug;
 int pciehp_poll_mode;
 int pciehp_poll_time;
 int pciehp_force;
-int pciehp_passive;
+int pciehp_passive=1;
 struct workqueue_struct *pciehp_wq;
 
 #define DRIVER_VERSION	"0.4"