PCI: Remove pci_fixup_parent_subordinate_busnr()
authorAndreas Noever <andreas.noever@gmail.com>
Thu, 23 Jan 2014 20:59:26 +0000 (21:59 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 22:16:09 +0000 (15:16 -0700)
commitf5fb40700fc9a52944fbe07148c858a5025908b1
treeb89595290e15b9cf93ef140520685e054986bf5f
parent1820ffdccb9b4398c5f0f70360edc68e039c3c72
PCI: Remove pci_fixup_parent_subordinate_busnr()

The function has no effect.

If pcibios_assign_all_busses() is not set then the function does nothing.

If it is set then in pci_scan_bridge we are always in the branch where
we assign the bus numbers ourselves and the subordinate values of all
parent busses will be set to 0xff since that is what they inherited from
their parent bus and ultimately from the root bus.

Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c
This page took 0.024666 seconds and 5 git commands to generate.