Loading arch/s390/kernel/debug.c +1 −2 Original line number Diff line number Diff line Loading @@ -642,7 +642,6 @@ 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); rc = -ENOMEM; goto out; Loading Loading
arch/s390/kernel/debug.c +1 −2 Original line number Diff line number Diff line Loading @@ -642,7 +642,6 @@ 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); rc = -ENOMEM; goto out; Loading