[S390] shutdown actions: save/return rc from init function
authorFrank Munzert <munzert@de.ibm.com>
Tue, 7 Jul 2009 14:37:07 +0000 (16:37 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:52 +0000 (16:37 +0200)
commit81088819d588ba4d2dce3bf083fafc91974b14e0
tree1b94bccf932dedeccaea29c6fea4d30d44b463d4
parentaeec92ca3a1d5ca96efe76988fd4df943a90300d
[S390] shutdown actions: save/return rc from init function

We always returned -EINVAL when setting of a shutdown action failed. This was
misleading, if for example the hardware did not support the shutdown action.
Now we save each shutdown action's init return code and return it when the
action is being set.

Signed-off-by: Frank Munzert <munzert@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ipl.c