commit | c762be637503b833012457087133c1292fd6056d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 28 16:28:01 2010 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 28 16:28:01 2010 +0800 |
tree | 5bf3dff445a259b361a5b7d87d625497aeed5a57 | |
parent | 887c883eea9867535059f3c8414c8cfc952ccff1 [diff] |
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 <herbert@gondor.apana.org.au>