commit | 4d867bebdc3afa97e00f9b64a21a3c51ce7feecf | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:18 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:18 2022 +0800 |
tree | 5e183bde9a8639489d750c223c8a4c4c9106cfc7 | |
parent | d86e3f37a6d05d4946788904b8968eb6287601ae [diff] |
crypto: sun8i-ss - use sg_nents_for_len When testing with some large SG list, the sun8i-ss drivers always fallback even if it can handle it. So use sg_nents_for_len() which permits to see less SGs than needed. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>