From: Dan Carpenter Date: Sat, 22 Nov 2014 18:36:28 +0000 (+0300) Subject: crypto: sha-mb - remove a bogus NULL check X-Git-Tag: omap-for-v3.19/fixes-rc1~99^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1b3c98ec2015036349c57289711f26c2d5fe01;p=pandora-kernel.git crypto: sha-mb - remove a bogus NULL check This can't be NULL and we dereferenced it earlier. Smatch used to ignore these things where the pointer was obviously non-NULL but I've found that sometimes the intention was to check something else so we were maybe missing bugs. Signed-off-by: Dan Carpenter Acked-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed