Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58ace9f2 authored by Michael Holzheu's avatar Michael Holzheu Committed by Martin Schwidefsky
Browse files

[S390] s390dbf: Remove needless check for NULL pointer.



The check for NULL pointer has already be done before. Therefore we can remove
the second check.

Signed-off-by: default avatarMichael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent a0fa8e37
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;