All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [MM] 1/10 pci_module_init() conversion
@ 2006-09-04 12:38 Henne
  2006-09-04 13:16 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Henne @ 2006-09-04 12:38 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

From: Henrik Kretzschmar <henne@nachtwindheim.de>

pci_module_init convertion in ata_generic.c.
For mm-tree only.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

--- linux-2.6.18-rc5-mm1/drivers/ata/ata_generic.c	2006-09-13 17:54:15.000000000 +0200
+++ linux/drivers/ata/ata_generic.c	2006-09-13 21:34:45.851360336 +0200
@@ -230,7 +230,7 @@
 
 static int __init ata_generic_init(void)
 {
-	return pci_module_init(&ata_generic_pci_driver);
+	return pci_register_driver(&ata_generic_pci_driver);
 }
 
 


-- 
VGER BF report: H 0.182422

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

* Re: [PATCH] [MM] 1/10 pci_module_init() conversion
  2006-09-04 12:38 [PATCH] [MM] 1/10 pci_module_init() conversion Henne
@ 2006-09-04 13:16 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2006-09-04 13:16 UTC (permalink / raw)
  To: Henne; +Cc: akpm, linux-kernel

Ar Llu, 2006-09-04 am 14:38 +0200, ysgrifennodd Henne:
> From: Henrik Kretzschmar <henne@nachtwindheim.de>
> 
> pci_module_init convertion in ata_generic.c.
> For mm-tree only.
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
> 
> ---
> 
> --- linux-2.6.18-rc5-mm1/drivers/ata/ata_generic.c	2006-09-13 17:54:15.000000000 +0200
> +++ linux/drivers/ata/ata_generic.c	2006-09-13 21:34:45.851360336 +0200
> @@ -230,7 +230,7 @@
>  
>  static int __init ata_generic_init(void)
>  {
> -	return pci_module_init(&ata_generic_pci_driver);
> +	return pci_register_driver(&ata_generic_pci_driver);
>  }

Acked-by: Alan Cox <alan@redhat.com> but please apply as follows to keep
revision id straight

--- linux.vanilla-2.6.18-rc5-mm1/drivers/ata/ata_generic.c	2006-09-01 13:39:04.000000000 +0100
+++ linux-2.6.18-rc5-mm1/drivers/ata/ata_generic.c	2006-09-04 13:39:11.975788992 +0100
@@ -26,7 +26,7 @@
 #include <linux/libata.h>
 
 #define DRV_NAME "ata_generic"
-#define DRV_VERSION "0.2.6"
+#define DRV_VERSION "0.2.7"
 
 /*
  *	A generic parallel ATA driver using libata
@@ -230,7 +230,7 @@
 
 static int __init ata_generic_init(void)
 {
-	return pci_module_init(&ata_generic_pci_driver);
+	return pci_register_driver(&ata_generic_pci_driver);
 }
 
 


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

end of thread, other threads:[~2006-09-04 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 12:38 [PATCH] [MM] 1/10 pci_module_init() conversion Henne
2006-09-04 13:16 ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.