mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +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
@ -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 New Issue
Block a user