From: Herbert Xu Date: Thu, 31 Jul 2008 06:03:44 +0000 (+0800) Subject: crypto: tcrypt - Abort and only log if there is an error X-Git-Tag: v2.6.28-rc1~726^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdecd22821a0fab1f5c9e4c9b7fba894593507d4;p=pandora-kernel.git crypto: tcrypt - Abort and only log if there is an error The info printed is a complete waste of space when there is no error since it doesn't tell us anything that we don't already know. If there is an error, we can also be more verbose. In case that there is an error, this patch also aborts the test and returns the error to the caller. In future this will be used to algorithms at registration time. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed