crypto: sun8i-ss - use dma_addr instead u32
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 27 Sep 2022 08:55:55 +0000 (08:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:30 +0000 (13:32 +0100)
commit204fdddd4698868bfefb07a91fcc1418bb0e3b6e
tree0bf8bdd9f4199d83ba4a5864711a4db7bf10eb77
parent8a9db7913497bdb96bcf324cfb535bf9aae9c9fe
crypto: sun8i-ss - use dma_addr instead u32

[ Upstream commit 839b8ae2fc10f205317bcc32c9de18456756e1f5 ]

The DMA address need to be stored in a dma_addr_t

Fixes: 359e893e8af4 ("crypto: sun8i-ss - rework handling of IV")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c