diff options
author | 2025-01-05 11:23:37 -0800 | |
---|---|---|
committer | 2025-01-14 11:38:32 +0800 | |
commit | 42c5675c2f5baca8bb16d2f183e05339256d207c (patch) | |
tree | 29ee5f91d23b633b6141da35ca8cea8a402277e6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data (diff) | |
download | wireguard-linux-42c5675c2f5baca8bb16d2f183e05339256d207c.tar.xz wireguard-linux-42c5675c2f5baca8bb16d2f183e05339256d207c.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions