aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 8b47f70b7d8f..66eefefbe0c5 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2067,13 +2067,13 @@ void pci_free_cap_save_buffers(struct pci_dev *dev)
2067} 2067}
2068 2068
2069/** 2069/**
2070 * pci_enable_ari - enable ARI forwarding if hardware support it 2070 * pci_configure_ari - enable or disable ARI forwarding
2071 * @dev: the PCI device 2071 * @dev: the PCI device
2072 * 2072 *
2073 * If @dev and its upstream bridge both support ARI, enable ARI in the 2073 * If @dev and its upstream bridge both support ARI, enable ARI in the
2074 * bridge. Otherwise, disable ARI in the bridge. 2074 * bridge. Otherwise, disable ARI in the bridge.
2075 */ 2075 */
2076void pci_enable_ari(struct pci_dev *dev) 2076void pci_configure_ari(struct pci_dev *dev)
2077{ 2077{
2078 u32 cap; 2078 u32 cap;
2079 struct pci_dev *bridge; 2079 struct pci_dev *bridge;