x86/PCI: Don't track firmware-assigned BAR values for hot-added devices
authorYinghai Lu <yinghai@kernel.org>
Sun, 4 Nov 2012 04:39:28 +0000 (21:39 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Jan 2013 22:58:43 +0000 (15:58 -0700)
commit745216025de0354eea23493d994e3fc0ab7369fc
treef078a19befc5fd3699b4ed4e637c91a11d44fe40
parentdc2f56fa8400677ef4852d5128f03b795cf57e7b
x86/PCI: Don't track firmware-assigned BAR values for hot-added devices

The BIOS doesn't assign BAR values for hot-added devices, so don't
bother saving the original values when we enumerate these devices.

[bhelgaas: changelog, return constant 0 in pcibios_retrieve_fw_addr]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/i386.c