Skip to content
Commit 4f6543f2 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: marvel/cesa - Fix tdma descriptor on 64-bit

The patch that added src_dma/dst_dma to struct mv_cesa_tdma_desc
is broken on 64-bit systems as the size of the descriptor has been
changed.  This patch fixes it by using u32 instead of dma_addr_t.

Fixes: e62291c1

 ("crypto: marvell/cesa - Fix sparse warnings")
Cc: <stable@vger.kernel.org>
Reported-by: default avatarSven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 38281194
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