]> git.baikalelectronics.ru Git - kernel.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)
commit69796a5a0ef1e3dc6f6175e94a107157a5daa1d5
tree3df6a6cc799b355c2d9859a35964e93d40b72292
parent27fef9ceafb94d1f86cfbf58be1c976f8eed112d
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 8b55e7becce0 ("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