]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/pseries: Cleanup use of notifier_from_errno()
authorPrarit Bhargava <prarit@redhat.com>
Thu, 13 Jan 2011 04:09:01 +0000 (04:09 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 2 Mar 2011 05:50:06 +0000 (16:50 +1100)
commit7e26065d8b11babc948262b92cd989fcc7062653
treebc7a7753201764f3e3cab7b7cc654a2e95c171d6
parentae39573a19e35122bd431a4f5c889823209168c7
powerpc/pseries: Cleanup use of notifier_from_errno()

Minor cleanup of notifier_from_errno() in powerpc.

notifier_from_errno() now contains the if(ret)/else conditional.
There is no need to do it in the powerpc code.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/cmm.c