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)
commit9e6df0fdfc4b3067de03f7be02f274e0a81737e7
tree26c12001f47bc98e352c0b6f6c8af6c649d5f6f5
parente6cc5b8df069cb0feff3d10da9e959cc2618625a
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