PCI: Clarify the "scan anyway" comment in pci_scan_bridge()
authorAndreas Noever <andreas.noever@gmail.com>
Thu, 23 Jan 2014 20:59:22 +0000 (21:59 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 00:11:15 +0000 (17:11 -0700)
commit2ed8582341f651ca14d00ab0ada4b46f493e1fcb
tree492cadcafe0e11cd43b2eb82ad348c59bf492bfb
parent9a4d7d87197e3ff9138981e196aa5021d13a51a8
PCI: Clarify the "scan anyway" comment in pci_scan_bridge()

Initially when we encountered a bus that was already present we skipped
it. Since 74710ded8e16 'PCI: always scan child buses' we continue
scanning in order to allow user triggered rescans of already existing
busses.

The old comment suggested that the reason for continuing the scan is a
bug in the i450NX chipset. This is not the case.

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