All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to
@ 2005-02-08  8:46 Christophe Lucas
  2005-02-08 12:11 ` Armin Schindler
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christophe Lucas @ 2005-02-08  8:46 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Hi,

Description:
convert from pci_module_init to pci_register_driver

Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
-- 
Christophe

[-- Attachment #2: pci_register_driver-linux-2.6.11-rc3_drivers_isdn_hardware_eicon.patch --]
[-- Type: text/plain, Size: 614 bytes --]

diff -urpN -X /work/users/dontdiff linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c
--- linux-2.6.11-rc3-vanilla/drivers/isdn/hardware/eicon/divasmain.c	2005-02-03 17:03:46.000000000 +0100
+++ linux-2.6.11-rc3/drivers/isdn/hardware/eicon/divasmain.c	2005-02-07 09:39:27.000000000 +0100
@@ -823,7 +823,7 @@ static int DIVA_INIT_FUNCTION divas_init
 		goto out;
 	}
 
-	if ((ret = pci_module_init(&diva_pci_driver))) {
+	if ((ret = pci_register_driver(&diva_pci_driver))) {
 #ifdef MODULE
 		remove_divas_proc();
 		divas_unregister_chrdev();

[-- Attachment #3: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2005-02-12 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-08  8:46 [KJ] [PATCH] drivers/isdn/hardware/eicon/*: convert to Christophe Lucas
2005-02-08 12:11 ` Armin Schindler
2005-02-08 13:44 ` Christophe Lucas
2005-02-09  7:41 ` Armin Schindler
2005-02-12 12:41 ` maximilian attems
2005-02-12 13:34 ` Armin Schindler
2005-02-12 15:32 ` maximilian attems

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.