Skip to content

Commit

Permalink
crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::ser…
Browse files Browse the repository at this point in the history
…pent_sse2_init()

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

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
jjuhl authored and herbertx committed Feb 14, 2012
1 parent 8d21190 commit 6e77fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/crypto/serpent_sse2_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e77fe8

Please sign in to comment.