* [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini
@ 2012-08-24 17:33 Devendra Naga
2012-08-27 23:58 ` Linus Walleij
2012-09-06 20:20 ` Herbert Xu
0 siblings, 2 replies; 3+ messages in thread
From: Devendra Naga @ 2012-08-24 17:33 UTC (permalink / raw)
To: Herbert Xu, David S. Miller, Linus Walleij, Andreas Westin,
Arnd Bergmann, Rafael J. Wysocki, linux-crypto
Cc: Devendra Naga
Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini
2012-08-24 17:33 [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini Devendra Naga
@ 2012-08-27 23:58 ` Linus Walleij
2012-09-06 20:20 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2012-08-27 23:58 UTC (permalink / raw)
To: Devendra Naga
Cc: Herbert Xu, David S. Miller, Andreas Westin, Arnd Bergmann,
Rafael J. Wysocki, linux-crypto, Srinidhi KASAGAR
On Fri, Aug 24, 2012 at 10:33 AM, Devendra Naga
<develkernel412222@gmail.com> wrote:
> Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini
2012-08-24 17:33 [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini Devendra Naga
2012-08-27 23:58 ` Linus Walleij
@ 2012-09-06 20:20 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2012-09-06 20:20 UTC (permalink / raw)
To: Devendra Naga
Cc: David S. Miller, Linus Walleij, Andreas Westin, Arnd Bergmann,
Rafael J. Wysocki, linux-crypto
On Fri, Aug 24, 2012 at 11:03:57PM +0530, Devendra Naga wrote:
>
> Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Patch applied.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-06 20:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 17:33 [PATCH] crypto: ux500: hash: remove unneeded return at ux500_hash_mod_fini Devendra Naga
2012-08-27 23:58 ` Linus Walleij
2012-09-06 20:20 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox