Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77211
b: refs/heads/master
c: a2fd64d
h: refs/heads/master
i:
  77209: c3070e9
  77207: 5a3a1cb
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Jan 26, 2008
1 parent f76e765 commit 813d819
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d09293aee9fd0f9f291fa3a0e4ca5012f514d083
refs/heads/master: a2fd64d6aaf498756f700eb1d07818efee046733
4 changes: 2 additions & 2 deletions trunk/arch/s390/mm/vmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ static int vmem_add_mem(unsigned long start, unsigned long size)
{
int ret;

ret = vmem_add_range(start, size);
ret = vmem_add_mem_map(start, size);
if (ret)
return ret;
return vmem_add_mem_map(start, size);
return vmem_add_range(start, size);
}

/*
Expand Down

0 comments on commit 813d819

Please sign in to comment.