mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
PCI ASPM: remove redundant list check
Remove the following check in __pcie_aspm_config_link() because it nerver be true. Acked-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
b127bd55d9
commit
8a339e7321
@ -458,9 +458,6 @@ static void __pcie_aspm_config_link(struct pcie_link_state *link, u32 state)
|
||||
struct pci_dev *child, *parent = link->pdev;
|
||||
struct pci_bus *linkbus = parent->subordinate;
|
||||
|
||||
/* If no child, disable the link */
|
||||
if (list_empty(&linkbus->devices))
|
||||
state = 0;
|
||||
/*
|
||||
* If the downstream component has pci bridge function, don't
|
||||
* do ASPM now.
|
||||
|
Loading…
Reference in New Issue
Block a user