From: Herbert Xu Date: Wed, 15 Jul 2009 08:53:33 +0000 (+0800) Subject: crypto: xcbc - Fix incorrect error value when creating instance X-Git-Tag: v2.6.32-rc1~731^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ebd44eb7559ea6135d536bafd02323d2ef0547;p=pandora-kernel.git crypto: xcbc - Fix incorrect error value when creating instance If shash_alloc_instance() fails, we return the wrong error value. This patch fixes it. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed