mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
crypto: sun8i-ss - use dma_addr instead u32
The DMA address need to be stored in a dma_addr_t
Fixes: 359e893e8a ("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>
This commit is contained in:
parent
36dd88b1c0
commit
839b8ae2fc
|
|
@ -124,7 +124,7 @@ static int sun8i_ss_setup_ivs(struct skcipher_request *areq)
|
|||
unsigned int ivsize = crypto_skcipher_ivsize(tfm);
|
||||
struct sun8i_ss_flow *sf = &ss->flows[rctx->flow];
|
||||
int i = 0;
|
||||
u32 a;
|
||||
dma_addr_t a;
|
||||
int err;
|
||||
|
||||
rctx->ivlen = ivsize;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user