From: Rajesh Shah Date: Thu, 28 Apr 2005 07:25:49 +0000 (-0700) Subject: [PATCH] acpi bridge hotadd: Make the PCI remove routines safe for failed hot-plug X-Git-Tag: v2.6.13-rc1~39^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091ca9f06382e46d77213c35a97f7d0be9e350d2;p=pandora-kernel.git [PATCH] acpi bridge hotadd: Make the PCI remove routines safe for failed hot-plug When a root bridge hierarchy is hot-plugged, resource requirements for the new devices may be greater than what the root bridge is decoding. In this case, we want to remove devices that did not get needed resources. These devices have been scanned into bus specific lists but not yet added to the global device list. Make sure the pci remove functions can handle this case. Signed-off-by: Rajesh Shah Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed