From: Nathan Fontenot Date: Mon, 9 Mar 2009 00:00:00 +0000 (+0000) Subject: powerpc/pseries: Failed reconfig notifier chain call cleanup X-Git-Tag: v2.6.30-rc1~619^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5785f9e1c1c07c791fdc471f5c7fda4a5855b0c;p=pandora-kernel.git powerpc/pseries: Failed reconfig notifier chain call cleanup The return code from invoking the notifier chain when updating the ibm,dynamic-memory property is not handled properly. In failure cases (rc == NOTIFY_BAD) we should be restoring the original value of the property. In success (rc == NOTIFY_OK) we should be returning zero from the calling routine. Signed-off-by: Nathan Fontenot Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed