diff options
author | Devendra Naga <develkernel412222@gmail.com> | 2012-08-24 13:33:57 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-09-06 16:17:03 -0400 |
commit | 6bbb98ddfc8db769c1675cc8d829ce720a735fc6 (patch) | |
tree | cafc85bed2fde18d276e9dafbd9d81afe020b1bc /drivers/crypto | |
parent | f0be44f4fb1faee42635ca5ea06dc9c3e820a35d (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.c | 1 |
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 08d5032cb564..873b69fd2962 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) | |||
1991 | static void __exit ux500_hash_mod_fini(void) | 1991 | static void __exit ux500_hash_mod_fini(void) |
1992 | { | 1992 | { |
1993 | platform_driver_unregister(&hash_driver); | 1993 | platform_driver_unregister(&hash_driver); |
1994 | return; | ||
1995 | } | 1994 | } |
1996 | 1995 | ||
1997 | module_init(ux500_hash_mod_init); | 1996 | module_init(ux500_hash_mod_init); |