aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorDevendra Naga <develkernel412222@gmail.com>2012-08-24 23:03:57 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2012-09-07 04:17:03 +0800
commit6bbb98ddfc8db769c1675cc8d829ce720a735fc6 (patch)
treecafc85bed2fde18d276e9dafbd9d81afe020b1bc /drivers/crypto
parentf0be44f4fb1faee42635ca5ea06dc9c3e820a35d (diff)
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>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/ux500/hash/hash_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c
index 08d5032cb56..873b69fd296 100644
--- a/drivers/crypto/ux500/hash/hash_core.c
+++ b/drivers/crypto/ux500/hash/hash_core.c
@@ -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);