ff1 author Herbert Xu 1290932881 +0800 committer Herbert Xu 1290932881 +0800 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 £