mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
Merge branch 'pci/aspm'
- Don't reconfigure ASPM when entering low-power state; only do it when returning back to D0 (Carlos Bilbao) * pci/aspm: PCI/ASPM: Don't reconfigure ASPM entering low-power state
This commit is contained in:
commit
0e3fa80028
|
|
@ -1514,9 +1514,6 @@ static int pci_set_low_power_state(struct pci_dev *dev, pci_power_t state, bool
|
|||
pci_power_name(dev->current_state),
|
||||
pci_power_name(state));
|
||||
|
||||
if (dev->bus->self)
|
||||
pcie_aspm_pm_state_change(dev->bus->self, locked);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user