Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96781
b: refs/heads/master
c: 3cb2cea
h: refs/heads/master
i:
  96779: 3c702d2
v: v3
  • Loading branch information
Marcin Slusarz authored and Martin Schwidefsky committed May 15, 2008
1 parent d141cf0 commit c2d124a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2069e978d5a6e7b45d58027e3de7f879b8c5e488
refs/heads/master: 3cb2cea15e707dd030b3293d6d08183da369d291
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/vmlogrdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ static int __init vmlogrdr_init(void)
for (i=0; i < MAXMINOR; ++i ) {
sys_ser[i].buffer = (char *) get_zeroed_page(GFP_KERNEL);
if (!sys_ser[i].buffer) {
rc = ENOMEM;
rc = -ENOMEM;
break;
}
sys_ser[i].current_position = sys_ser[i].buffer;
Expand Down

0 comments on commit c2d124a

Please sign in to comment.