]> git.baikalelectronics.ru Git - kernel.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)
commit08c838381bde1414f1fb01d77daa488f0bf39378
tree33c97f77732b3569d1232066a29ceeeffc4d8db8
parent7b12c84c63cc6815b166d12fa38804052970b800
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