mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 21:05:13 +00:00
crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini
Signed-off-by: Devendra Naga <develkernel412222@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
f0be44f4fb
commit
6bbb98ddfc
@ -1991,7 +1991,6 @@ static int __init ux500_hash_mod_init(void)
|
||||
static void __exit ux500_hash_mod_fini(void)
|
||||
{
|
||||
platform_driver_unregister(&hash_driver);
|
||||
return;
|
||||
}
|
||||
|
||||
module_init(ux500_hash_mod_init);
|
||||
|
Loading…
Reference in New Issue
Block a user