Re: [PATCH 1/8] crypto: akcipher - return status from crypto_unregister_alg

2015-09-18 Thread Herbert Xu
On Wed, Sep 09, 2015 at 09:15:01AM -0700, Tadeusz Struk wrote: > Return status from crypto_unregister_alg to the caller. Why? My plan is to turn crypto_unregister_alg into a void function. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/

[PATCH 1/8] crypto: akcipher - return status from crypto_unregister_alg

2015-09-09 Thread Tadeusz Struk
Return status from crypto_unregister_alg to the caller. Signed-off-by: Tadeusz Struk --- crypto/akcipher.c |4 ++-- include/crypto/internal/akcipher.h |4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/crypto/akcipher.c