mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
crypto: twofish-x86 - 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 <jj@chaosbits.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
0cfdec7a65
commit
8d21190e22
1 changed files with 0 additions and 1 deletions
|
@ -706,7 +706,6 @@ int __init init(void)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
crypto_unregister_alg(&blk_xts_alg);
|
|
||||||
blk_xts_err:
|
blk_xts_err:
|
||||||
crypto_unregister_alg(&blk_lrw_alg);
|
crypto_unregister_alg(&blk_lrw_alg);
|
||||||
blk_lrw_err:
|
blk_lrw_err:
|
||||||
|
|
Loading…
Reference in a new issue