Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] geode-aes.c: Convert pci_module_init() to pci_register_driver()
@ 2007-01-12 13:36 Richard Knutsson
  2007-01-24 10:39 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Knutsson @ 2007-01-12 13:36 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
---

diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c
index 43a6839..31ea405 100644
--- a/drivers/crypto/geode-aes.c
+++ b/drivers/crypto/geode-aes.c
@@ -457,7 +457,7 @@ static struct pci_driver geode_aes_driver = {
 static int __init
 geode_aes_init(void)
 {
-	return pci_module_init(&geode_aes_driver);
+	return pci_register_driver(&geode_aes_driver);
 }
 
 static void __exit

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] geode-aes.c: Convert pci_module_init() to pci_register_driver()
  2007-01-12 13:36 [PATCH] geode-aes.c: Convert pci_module_init() to pci_register_driver() Richard Knutsson
@ 2007-01-24 10:39 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2007-01-24 10:39 UTC (permalink / raw)
  To: Richard Knutsson; +Cc: davem, linux-crypto

On Fri, Jan 12, 2007 at 02:36:25PM +0100, Richard Knutsson wrote:
> Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>

Patch applied.  Thanks!
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <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] 2+ messages in thread

end of thread, other threads:[~2007-01-24 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 13:36 [PATCH] geode-aes.c: Convert pci_module_init() to pci_register_driver() Richard Knutsson
2007-01-24 10:39 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox