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 5ba60dd71faa..028bbc219859 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1889,6 +1889,7 @@ void pci_pm_init(struct pci_dev *dev) | |||
1889 | dev->pm_cap = pm; | 1889 | dev->pm_cap = pm; |
1890 | dev->d3_delay = PCI_PM_D3_WAIT; | 1890 | dev->d3_delay = PCI_PM_D3_WAIT; |
1891 | dev->d3cold_delay = PCI_PM_D3COLD_WAIT; | 1891 | dev->d3cold_delay = PCI_PM_D3COLD_WAIT; |
1892 | dev->d3cold_allowed = true; | ||
1892 | 1893 | ||
1893 | dev->d1_support = false; | 1894 | dev->d1_support = false; |
1894 | dev->d2_support = false; | 1895 | dev->d2_support = false; |