diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index fac08f508d09..292cb2e0ff7f 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1869,6 +1869,7 @@ void pci_pm_init(struct pci_dev *dev) | |||
1869 | dev->pm_cap = pm; | 1869 | dev->pm_cap = pm; |
1870 | dev->d3_delay = PCI_PM_D3_WAIT; | 1870 | dev->d3_delay = PCI_PM_D3_WAIT; |
1871 | dev->d3cold_delay = PCI_PM_D3COLD_WAIT; | 1871 | dev->d3cold_delay = PCI_PM_D3COLD_WAIT; |
1872 | dev->d3cold_allowed = true; | ||
1872 | 1873 | ||
1873 | dev->d1_support = false; | 1874 | dev->d1_support = false; |
1874 | dev->d2_support = false; | 1875 | dev->d2_support = false; |