]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/parisc/iosapic.c
PCI: replace struct pci_bus secondary/subordinate with busn_res
[karo-tx-linux.git] / drivers / parisc / iosapic.c
index 1f9e9fefb8e7d97f21516b0541beaf0206f366a8..83380c8fcb6b0b72be28e997a6646b3318dc95d0 100644 (file)
@@ -532,7 +532,7 @@ iosapic_xlate_pin(struct iosapic_info *isi, struct pci_dev *pcidev)
                intr_slot = PCI_SLOT(pcidev->devfn);
        }
        DBG_IRT("iosapic_xlate_pin:  bus %d slot %d pin %d\n",
-                               pcidev->bus->secondary, intr_slot, intr_pin);
+                       pcidev->bus->busn_res.start, intr_slot, intr_pin);
 
        return irt_find_irqline(isi, intr_slot, intr_pin);
 }