Skip to content

Commit

Permalink
crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Herbert Xu committed Sep 6, 2012
1 parent f0be44f commit 6bbb98d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/ux500/hash/hash_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6bbb98d

Please sign in to comment.