PCI: Assign CardBus bus number only during the second pass
authorAndreas Noever <andreas.noever@gmail.com>
Thu, 23 Jan 2014 20:59:23 +0000 (21:59 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 00:12:06 +0000 (17:12 -0700)
commit619c8c310f7f21e59a7e2b53795183c34401a599
tree70c22a18fe88083dac715a3b8506fc9941acc291
parent2ed8582341f651ca14d00ab0ada4b46f493e1fcb
PCI: Assign CardBus bus number only during the second pass

Right now the CardBus code in pci_scan_bridge() is executed during both
passes. Since we always allocate the bus number ourselves it makes sense
to put it into the second pass.

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.024178 seconds and 5 git commands to generate.