From: Dan Carpenter Date: Thu, 30 May 2013 08:00:34 +0000 (+0300) Subject: Staging: crystalhd: remove an unneeded NULL check X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1afdbf20ef028d6361c2257b3fef51a8df8b36;p=pandora-kernel.git Staging: crystalhd: remove an unneeded NULL check We already established earlier in the function that "temp" is non-NULL. We also don't need to set to NULL because it's a stack variable an we return immediately. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed