crypto: marvell/octeontx - remove redundant initialization of variable c_size
authorColin Ian King <colin.i.king@gmail.com>
Sun, 30 Jan 2022 22:53:25 +0000 (22:53 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 5 Feb 2022 04:27:10 +0000 (15:27 +1100)
commitc717993dd76a1049093af5c262e751d901b8da10
treed3a419dd60c94d92288f3fff2aa89728c846daf9
parent2d841af23ae8f398c85dd1ff2dc24b5ec8ba4569
crypto: marvell/octeontx - remove redundant initialization of variable c_size

Variable c_size is being initialized with a value that is never read, it
is being re-assigned with a different value later on. The initialization
is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/octeontx/otx_cptvf_main.c