Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135653
b: refs/heads/master
c: 58ace9f
h: refs/heads/master
i:
  135651: 7c2b1ce
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 01453ea commit 725e7da
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a0fa8e3743c80643a06a770b95e73e751548ab17
refs/heads/master: 58ace9f2a8f1caa0303aa64079d3929be28a937a
3 changes: 1 addition & 2 deletions trunk/arch/s390/kernel/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ debug_open(struct inode *inode, struct file *file)
p_info = kmalloc(sizeof(file_private_info_t),
GFP_KERNEL);
if(!p_info){
if(debug_info_snapshot)
debug_info_free(debug_info_snapshot);
debug_info_free(debug_info_snapshot);
rc = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit 725e7da

Please sign in to comment.