[PATCH] PCI: rpaphp: remove init error condition
authorJohn Rose <johnrose@austin.ibm.com>
Thu, 23 Mar 2006 20:21:14 +0000 (14:21 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 19:25:25 +0000 (12:25 -0700)
commite6ad00576f8896b8209ba7ff47b23661614be64c
treef0795c55aaa54b73e9dee11e4f6542b220e3a2c5
parente778272dd547d53dedf92240e8b3dbdee44b87b6
[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 <johnrose@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/rpaphp_core.c