Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36543
b: refs/heads/master
c: 23c100d
h: refs/heads/master
i:
  36541: c3cd004
  36539: 09b3fc4
  36535: fc152a8
  36527: fd7e252
  36511: 7c7f1a7
  36479: 769150c
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Sep 28, 2006
1 parent c5b5daf commit 4855b40
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 925afbd6cbc0d5154710f00dc186518f396e04ec
refs/heads/master: 23c100d99c1dfd0bba49a63fb02a8f8fddad607b
3 changes: 2 additions & 1 deletion trunk/arch/s390/hypfs/hypfs_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ static void *diag204_get_buffer(enum diag204_format fmt, int *pages)
*pages = 1;
return diag204_alloc_rbuf();
} else {/* INFO_EXT */
*pages = diag204(SUBC_RSI | INFO_EXT, 0, NULL);
*pages = diag204((unsigned long)SUBC_RSI |
(unsigned long)INFO_EXT, 0, NULL);
if (*pages <= 0)
return ERR_PTR(-ENOSYS);
else
Expand Down

0 comments on commit 4855b40

Please sign in to comment.