Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42028
b: refs/heads/master
c: 6b4044b
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Dec 4, 2006
1 parent aa92471 commit 2f8d1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 645c98c8b6c09eae58ac2f97e0ade6ced4d6443f
refs/heads/master: 6b4044bdd158aa9ad07b3f68d1c7598036d3ee58
5 changes: 3 additions & 2 deletions trunk/arch/s390/mm/extmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,9 @@ segment_save(char *name)
seg = segment_by_name (name);

if (seg == NULL) {
PRINT_ERR ("could not find segment %s in segment_save, please report to linux390@de.ibm.com\n",name);
return;
PRINT_ERR("could not find segment %s in segment_save, please "
"report to linux390@de.ibm.com\n", name);
goto out;
}

startpfn = seg->start_addr >> PAGE_SHIFT;
Expand Down

0 comments on commit 2f8d1b2

Please sign in to comment.