2012-02-09 22:01:40

by Jesper Juhl

[permalink] [raw]
Subject: [PATCH] X86, crypto: Remove dead code from twofish_glue_3way.c::init()

We can never reach the line just after the 'return 0'
statement. Remove it.

Signed-off-by: Jesper Juhl <[email protected]>
---
arch/x86/crypto/twofish_glue_3way.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/crypto/twofish_glue_3way.c b/arch/x86/crypto/twofish_glue_3way.c
index 7fee8c1..adba7b3 100644
--- a/arch/x86/crypto/twofish_glue_3way.c
+++ b/arch/x86/crypto/twofish_glue_3way.c
@@ -659,7 +659,6 @@ int __init init(void)

return 0;

- crypto_unregister_alg(&blk_xts_alg);
blk_xts_err:
crypto_unregister_alg(&blk_lrw_alg);
blk_lrw_err:
--
1.7.9


PS. Please CC me on replies.

--
Jesper Juhl <[email protected]> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


2012-02-14 08:35:09

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] X86, crypto: Remove dead code from twofish_glue_3way.c::init()

On Thu, Feb 09, 2012 at 11:02:16PM +0100, Jesper Juhl wrote:
> We can never reach the line just after the 'return 0'
> statement. Remove it.
>
> Signed-off-by: Jesper Juhl <[email protected]>

Both patches applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt