From: Jesper Juhl Date: Wed, 6 Jul 2005 20:51:00 +0000 (-0700) Subject: [CRYPTO] Don't check for NULL before kfree() X-Git-Tag: v2.6.13-rc3~312^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8279dd748f9704b811e528b31304e2fab026abc5;p=pandora-kernel.git [CRYPTO] Don't check for NULL before kfree() Checking a pointer for NULL before calling kfree() on it is redundant. This patch removes such checks from crypto/ Signed-off-by: Jesper Juhl Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed