Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44607
b: refs/heads/master
c: 86b2247
h: refs/heads/master
i:
  44605: 3dd0b1f
  44603: 0cfb0c9
  44599: 6c337b9
  44591: 13a0cab
  44575: 00ca203
  44543: 5b94516
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Dec 15, 2006
1 parent 64f6521 commit a89fc76
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: 240bfbef67e9ae174190b231e63ee3c0f9f02d8a
refs/heads/master: 86b22470f68528c68cb25dbd58886040e1917494
4 changes: 2 additions & 2 deletions trunk/arch/s390/hypfs/hypfs_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static void *diag204_alloc_vbuf(int pages)
static void *diag204_alloc_rbuf(void)
{
diag204_buf = (void*)__get_free_pages(GFP_KERNEL,0);
if (diag204_buf)
if (!diag204_buf)
return ERR_PTR(-ENOMEM);
diag204_buf_pages = 1;
return diag204_buf;
Expand Down Expand Up @@ -521,7 +521,7 @@ __init int hypfs_diag_init(void)
}
rc = diag224_get_name_table();
if (rc) {
diag224_delete_name_table();
diag204_free_buffer();
printk(KERN_ERR "hypfs: could not get name table.\n");
}
return rc;
Expand Down

0 comments on commit a89fc76

Please sign in to comment.