powerpc/pseries: Avoid spurious error during hotplug CPU add
commit747613961425127da9e14e020500b184d4f7a42c
authorAnton Blanchard <anton@samba.org>
Sun, 14 Aug 2011 14:30:30 +0000 (14 14:30 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:37:10 +0000 (11 09:37 -0800)
tree20281c1591ada653853288b8ca2775af6ff1787a
parent55a6bcf9d9a66921b7a7a854ca86356e901114fe
powerpc/pseries: Avoid spurious error during hotplug CPU add

commit 9c740025c51a26ab00192cfc464064d4ccbfe3fc upstream.

During hotplug CPU add we get the following error:

Unexpected Error (0) returned from configure-connector

ibm,configure-connector returns 0 for configuration complete, so
catch this and avoid the error.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/pseries/dlpar.c