diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/ipl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c index a2410423c226..ee6826a52d26 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c | |||
@@ -91,7 +91,7 @@ static char *shutdown_action_str(enum shutdown_action action) | |||
91 | case SHUTDOWN_STOP: | 91 | case SHUTDOWN_STOP: |
92 | return SHUTDOWN_STOP_STR; | 92 | return SHUTDOWN_STOP_STR; |
93 | default: | 93 | default: |
94 | BUG(); | 94 | return NULL; |
95 | } | 95 | } |
96 | } | 96 | } |
97 | 97 | ||