Linux cryptographic layer development
 help / color / mirror / Atom feed
* [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

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