From: Herbert Xu Date: Wed, 14 Jan 2009 02:34:48 +0000 (+1100) Subject: crypto: shash - Remove superfluous check in init_tfm X-Git-Tag: v2.6.30-rc1~677^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1693531e9ef11959300617c68a8322ad006b5475;p=pandora-kernel.git crypto: shash - Remove superfluous check in init_tfm We're currently checking the frontend type in init_tfm. This is completely pointless because the fact that we're called at all means that the frontend is ours so the type must match as well. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed