PCI: add failed_list to pci_bus_assign_resources
authorYinghai Lu <yinghai@kernel.org>
Fri, 22 Jan 2010 09:02:21 +0000 (01:02 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 23 Feb 2010 00:17:20 +0000 (16:17 -0800)
commit568ddef8735d4a51a521ba6af026ee0c32281566
tree967c71b21ae4ecbafa9547726b6e34848215c13e
parent5009b46025acb2d3955d2c93574604fba667ef39
PCI: add failed_list to pci_bus_assign_resources

This allows us to track failed allocations for later re-trying with
reallocation.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Reviewed-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c