From: John Rose Date: Thu, 23 Mar 2006 20:21:14 +0000 (-0600) Subject: [PATCH] PCI: rpaphp: remove init error condition X-Git-Tag: v2.6.17-rc2~32^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ad00576f8896b8209ba7ff47b23661614be64c;p=pandora-kernel.git [PATCH] PCI: rpaphp: remove init error condition The init function for the RPA PCI Hotplug driver returns -ENODEV in the case that no hotplug-capable slots are detected in the system. This is bad, since hot-capable slots can be added after boot to a purely virtual POWER partition. This is also bad because DLPAR I/O operations depend on the rpaphp module. Change the rpaphp init module to return success for the case of partitions that own no hotplug-capable slots at boot. Such slots can be dynamically added after boot. Signed-off-by: John Rose Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed