Loading drivers/pci/pcie/aspm.c +1 −2 Original line number Diff line number Diff line Loading @@ -1031,7 +1031,6 @@ void pcie_aspm_powersave_config_link(struct pci_dev *pdev) aspm_policy != POLICY_POWER_SUPERSAVE) return; if (!locked) down_read(&pci_bus_sem); mutex_lock(&aspm_lock); pcie_config_aspm_path(link); Loading Loading
drivers/pci/pcie/aspm.c +1 −2 Original line number Diff line number Diff line Loading @@ -1031,7 +1031,6 @@ void pcie_aspm_powersave_config_link(struct pci_dev *pdev) aspm_policy != POLICY_POWER_SUPERSAVE) return; if (!locked) down_read(&pci_bus_sem); mutex_lock(&aspm_lock); pcie_config_aspm_path(link); Loading