]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup
authorPhil Sutter <phil.sutter@viprinet.com>
Thu, 5 May 2011 13:28:59 +0000 (15:28 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 May 2011 05:06:15 +0000 (15:06 +1000)
commit811e6ed62347f1042ab1c560e5e2ebc8892f7f8f
tree33c97f77732b3569d1232066a29ceeeffc4d8db8
parent99db3eacac81e50225d8a3571e32d692428f6920
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup

The code in mv_hash_final is actually a superset of mv_hash_finup's
body. Since the driver works fine without, drop it.

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/mv_cesa.c