Skip to content
Commit 28cf86fa authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedone



The offset advance in scatterwalk_pagedone not only is unnecessary,
but it was also buggy when it was needed by scatterwalk_copychunks.
As the latter has long ago been fixed to call scatterwalk_advance
directly, we can remove this unnecessary offset adjustment.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5f070e81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment