On Wed, Apr 19, 2023 at 05:26:04PM +0300, Dan Carpenter wrote: > Smatch complains that "dma" is uninitialized if dma_pool_alloc() fails. > This is true, but also harmless. Anyway, move the assignment after the > error checking to silence this warning. > > Fixes: 586d492f2856 ("crypto: ixp4xx - fix building wiht 64-bit dma_addr_t") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt