All of lore.kernel.org
 help / color / mirror / Atom feed
* - pci_module_init-convertion-in-the-legacy-megaraid-driver.patch removed from -mm tree
@ 2007-02-17  7:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-17  7:16 UTC (permalink / raw)
  To: henne, mm-commits


The patch titled
     pci_module_init() convertion in the legacy megaraid driver
has been removed from the -mm tree.  Its filename was
     pci_module_init-convertion-in-the-legacy-megaraid-driver.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: pci_module_init() convertion in the legacy megaraid driver
From: Henrik Kretzschmar <henne@nachtwindheim.de>

pci_module_init() convertion in the legacy megaraid driver.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/scsi/megaraid.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/megaraid.c~pci_module_init-convertion-in-the-legacy-megaraid-driver drivers/scsi/megaraid.c
--- a/drivers/scsi/megaraid.c~pci_module_init-convertion-in-the-legacy-megaraid-driver
+++ a/drivers/scsi/megaraid.c
@@ -5077,7 +5077,7 @@ static int __init megaraid_init(void)
 				"megaraid: failed to create megaraid root\n");
 	}
 #endif
-	error = pci_module_init(&megaraid_pci_driver);
+	error = pci_register_driver(&megaraid_pci_driver);
 	if (error) {
 #ifdef CONFIG_PROC_FS
 		remove_proc_entry("megaraid", &proc_root);
_

Patches currently in -mm which might be from henne@nachtwindheim.de are

pci_module_init-convertion-in-tmscsimc.patch
scsi-whitespace-cleanup-in-the-dpt-driver.patch
pci_module_init-convertion-for-k8_edacc.patch
mark-pci_module_init-deprecated.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-17  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17  7:16 - pci_module_init-convertion-in-the-legacy-megaraid-driver.patch removed from -mm tree akpm

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.