]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - Delete an unnecessary initialisation in seven functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 15 Sep 2016 13:24:02 +0000 (15:24 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Sep 2016 10:27:45 +0000 (18:27 +0800)
commitb3236bda139694b10f45c61f11db43940fa5968b
tree26c12001f47bc98e352c0b6f6c8af6c649d5f6f5
parent54548b4963b511ff8c6e9c151b1a3528dacc3c5f
crypto: caam - Delete an unnecessary initialisation in seven functions

The local variable "ret" will be set to an appropriate value a bit later.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamhash.c