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)
commit9c3d6497fbfa0911d4cd6f261762a0a7af29566a
treea3d44daa389e5cf508f9f0d7affc2d776bf65486
parent97f2650e504033376e8813691cb6eccf73151676
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