]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: marvell - Remove set but not used variable 'ivsize'
authorYueHaibing <yuehaibing@huawei.com>
Mon, 18 Feb 2019 08:59:47 +0000 (08:59 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Feb 2019 06:17:58 +0000 (14:17 +0800)
commitbf432e72c170f28c08bb8c0f45356a5a48a7cae2
tree3df6a6cc799b355c2d9859a35964e93d40b72292
parent7df5218d66750ff5f84413ea307391bf9bbace1e
crypto: marvell - Remove set but not used variable 'ivsize'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/crypto/marvell/cipher.c: In function 'mv_cesa_skcipher_dma_req_init':
drivers/crypto/marvell/cipher.c:325:15: warning:
 variable 'ivsize' set but not used [-Wunused-but-set-variable]

It's not used any more after 0c99620f0ac1 ("crypto: marvell - Use an unique
pool to copy results of requests")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cipher.c