Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Herbert Xu
c717993d 2d841af2

-1
-1
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
··· 204 204 205 205 /* per queue initialization */ 206 206 for (i = 0; i < cptvf->num_queues; i++) { 207 - c_size = 0; 208 207 rem_q_size = q_size; 209 208 first = NULL; 210 209 last = NULL;