[PATCH] X86, crypto: remove dead code fromserpent_sse2_glue.c::serpent_sse2_init()

From: Jesper Juhl
Date: Thu Feb 09 2012 - 17:15:27 EST


We cannot reach the line after 'return err'. Remove it.

Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
---
arch/x86/crypto/serpent_sse2_glue.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/crypto/serpent_sse2_glue.c b/arch/x86/crypto/serpent_sse2_glue.c
index 7955a9b..de81cf4 100644
--- a/arch/x86/crypto/serpent_sse2_glue.c
+++ b/arch/x86/crypto/serpent_sse2_glue.c
@@ -1025,7 +1025,6 @@ static int __init serpent_sse2_init(void)
goto ablk_xts_err;
return err;

- crypto_unregister_alg(&ablk_xts_alg);
ablk_xts_err:
crypto_unregister_alg(&blk_xts_alg);
blk_xts_err:
--
1.7.9


PS. Please CC me on replies.

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/