]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: img-hash - Fix dma_unmap_sg() nents value
authorThomas Fourier <fourier.thomas@gmail.com>
Mon, 30 Jun 2025 09:16:22 +0000 (11:16 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Jul 2025 10:51:59 +0000 (20:51 +1000)
commit34b283636181ce02c52633551f594fec9876bec7
tree823cc542911fb7bd457c1da143816badc2bf16be
parent01951a7dc5ac1a37e5fb7d86ea7eb2dfbf96e8b6
crypto: img-hash - Fix dma_unmap_sg() nents value

The dma_unmap_sg() functions should be called with the same nents as the
dma_map_sg(), not the value the map function returned.

Fixes: d358f1abbf71 ("crypto: img-hash - Add Imagination Technologies hw hash accelerator")
Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/img-hash.c