summaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk9/ti_pci7xx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/rk9/ti_pci7xx1.c')
-rw-r--r--src/mainboard/roda/rk9/ti_pci7xx1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/ti_pci7xx1.c b/src/mainboard/roda/rk9/ti_pci7xx1.c
index 3ff339ce00..970e83d818 100644
--- a/src/mainboard/roda/rk9/ti_pci7xx1.c
+++ b/src/mainboard/roda/rk9/ti_pci7xx1.c
@@ -19,7 +19,7 @@ static void pci7xx1_enable(struct device *const dev)
u16 gcr = pci_read_config16(dev, 0x86);
for (fn = 5; fn > 0; --fn) {
const struct device *const d =
- pcidev_path_behind(dev->bus, PCI_DEVFN(slot, fn));
+ pcidev_path_behind(dev->upstream, PCI_DEVFN(slot, fn));
if (!d || d->enabled) continue;
printk(BIOS_DEBUG,
"%s: Hiding function #%d.\n", __func__, fn);