From: Herbert Xu Date: Sun, 28 Nov 2010 08:28:01 +0000 (+0800) Subject: crypto: algif_skcipher - Pass on error from af_alg_make_sg X-Git-Tag: v2.6.38-rc1~238^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c762be637503b833012457087133c1292fd6056d;p=pandora-kernel.git crypto: algif_skcipher - Pass on error from af_alg_make_sg The error returned from af_alg_make_sg is currently lost and we always pass on -EINVAL. This patch pases on the underlying error. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed