diff --git a/[refs] b/[refs] index d7577dad49dd..fc5eb5f88774 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0fa8e3743c80643a06a770b95e73e751548ab17 +refs/heads/master: 58ace9f2a8f1caa0303aa64079d3929be28a937a diff --git a/trunk/arch/s390/kernel/debug.c b/trunk/arch/s390/kernel/debug.c index 369de12b8733..be8bceaf37d9 100644 --- a/trunk/arch/s390/kernel/debug.c +++ b/trunk/arch/s390/kernel/debug.c @@ -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; }