]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: bcm - Delete redundant variable definition
authorTang Bin <tangbin@cmss.chinamobile.com>
Sun, 19 Apr 2020 07:12:45 +0000 (15:12 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Apr 2020 07:42:17 +0000 (17:42 +1000)
commit05c8f6019b4962b70833a6a4dab0d77525a7daa2
treea3d44daa389e5cf508f9f0d7affc2d776bf65486
parent28be348713d4f7735caca741415580e9b98d2a26
crypto: bcm - Delete redundant variable definition

The variable "i" is redundant to be assigned a value
of zero,because it's assigned in the for loop, so remove
redundant one here.

Signed-off-by: Shengju Zhang <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bcm/cipher.c