From: Herbert Xu Date: Fri, 18 May 2007 06:25:19 +0000 (+1000) Subject: [CRYPTO] tcrypt: Add missing error check X-Git-Tag: v2.6.22-rc2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29059d12e0c7f349aca6993acac20c5efbe13b81;p=pandora-kernel.git [CRYPTO] tcrypt: Add missing error check The return value of crypto_hash_final isn't checked in test_hash_cycles. This patch corrects this. Thanks to Eric Sesterhenn for reporting this. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed