From: Herbert Xu Date: Wed, 15 Jul 2009 08:52:55 +0000 (+0800) Subject: crypto: hmac - Fix incorrect error value when creating instance X-Git-Tag: v2.6.32-rc1~731^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3fc322d9c92e8bbfcecf739f1a3d10ded7f2cd;p=pandora-kernel.git crypto: hmac - 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