On Mon, Feb 18, 2019 at 08:59:47AM +0000, YueHaibing wrote: > 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 <yuehaib...@huawei.com> > --- > drivers/crypto/marvell/cipher.c | 2 -- > 1 file changed, 2 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt