From: Sudip Mukherjee Date: Fri, 7 Nov 2014 12:18:34 +0000 (+0530) Subject: staging: unisys: unneeded NULL check X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~384 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9b64692e13b2f0d2a393e41972aa317f34a3e46;p=pandora-kernel.git staging: unisys: unneeded NULL check the NULL check for memregion is not required as it has already been checked for NULL after kzalloc. so we can reach this part of the code only if memregion is not NULL. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed