Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86935
b: refs/heads/master
c: 583b33b
h: refs/heads/master
i:
  86933: 9b2a061
  86931: 5348e01
  86927: 1d1a625
v: v3
  • Loading branch information
Hongjie Yang authored and Martin Schwidefsky committed Mar 5, 2008
1 parent 08b3d65 commit 3336135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 208e559155c775ba63e9f6fe59ac6d1e15711d28
refs/heads/master: 583b33bc83d24791f11e862290ee0b79d804d2d8
8 changes: 6 additions & 2 deletions trunk/arch/s390/kernel/early.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,17 @@ static noinline __init void create_kernel_nss(void)

__cpcmd(defsys_cmd, NULL, 0, &response);

if (response != 0)
if (response != 0) {
kernel_nss_name[0] = '\0';
return;
}

__cpcmd(savesys_cmd, NULL, 0, &response);

if (response != strlen(savesys_cmd))
if (response != strlen(savesys_cmd)) {
kernel_nss_name[0] = '\0';
return;
}

ipl_flags = IPL_NSS_VALID;
}
Expand Down

0 comments on commit 3336135

Please sign in to comment.