]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 09:03:16 +0000 (11:03 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 9 Aug 2016 10:47:29 +0000 (18:47 +0800)
commit3e5c66c9c31afecf1d6f7ef4ffc50ac3c1ff3c7c
tree76a6dab7f4a6bae92453bc07ae2c25ec1c2d5c69
parent2a8a78573b346b1da5f1b544985d65d1e08a6148
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void

The mv_cesa_ahash_init() function always returns 0, and the return
value is anyway never checked. Turn it into a function returning void.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/hash.c