2012-08-24 17:34:11

by Devendra Naga

[permalink] [raw]
Subject: [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini


Signed-off-by: Devendra Naga <[email protected]>
---
drivers/crypto/ux500/hash/hash_core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c
index 08d5032..873b69f 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);
--
1.7.9.5


2012-08-27 23:58:29

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini

On Fri, Aug 24, 2012 at 10:33 AM, Devendra Naga
<[email protected]> wrote:

> Signed-off-by: Devendra Naga <[email protected]>

Acked-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

2012-09-06 20:21:08

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini

On Fri, Aug 24, 2012 at 11:03:57PM +0530, Devendra Naga wrote:
>
> Signed-off-by: Devendra Naga <[email protected]>

Patch applied.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt