diff options
author | Eric Biggers <ebiggers@google.com> | 2025-01-05 11:23:37 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-01-14 11:38:32 +0800 |
commit | 42c5675c2f5baca8bb16d2f183e05339256d207c (patch) | |
tree | 29ee5f91d23b633b6141da35ca8cea8a402277e6 /crypto/skcipher.c | |
parent | ee3c9c7e27a68c66490c65141a0c9c5b1fd87695 (diff) |
crypto: omap - switch from scatter_walk to plain offset
The omap driver was using struct scatter_walk, but only to maintain an
offset, rather than iterating through the virtual addresses of the data
contained in the scatterlist which is what scatter_walk is intended for.
Make it just use a plain offset instead. This is simpler and avoids
using struct scatter_walk in a way that is not well supported.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/skcipher.c')
0 files changed, 0 insertions, 0 deletions