crypto: authenc - Remove redundant sg_init_table call.
authorHarsh Jain <harshjain.prof@gmail.com>
Tue, 28 Jun 2016 18:54:43 +0000 (00:24 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 29 Jun 2016 10:12:43 +0000 (18:12 +0800)
commit039c5e2cbda0c0b745cf308aced91a307e87bf0d
tree386e1438a4de11133f1e68b115bb768b78674ff2
parentc549ec0be41dd73bbfc196b036e6aa25c07e523e
crypto: authenc - Remove redundant sg_init_table call.

Remove redundant sg_init_table call. scatterwalk_ffwd doing the same.

Signed-off-by: Harsh Jain <harshjain.prof@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c