public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [MM] 5/10 pci_module_init() conversion
@ 2006-09-04 12:54 Henne
  0 siblings, 0 replies; only message in thread
From: Henne @ 2006-09-04 12:54 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Removes an unneeded variable and changes pci_module_init() to
pci_register_driver().
For mm-tree only, cause the driver exists only there.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

--- linux-2.6.18-rc5-mm1/drivers/char/nozomi.c	2006-09-13 17:54:29.000000000 +0200
+++ linux/drivers/char/nozomi.c	2006-09-13 22:10:28.209108824 +0200
@@ -2168,11 +2168,8 @@
 
 static __init int nozomi_init(void)
 {
-	int rval = 0;
-
-	rval = pci_module_init(&nozomi_driver);
 	printk(KERN_INFO "Initializing %s\n", VERSION_STRING);
-	return rval;
+	return pci_register_driver(&nozomi_driver);
 }
 
 static __exit void nozomi_exit(void)



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

only message in thread, other threads:[~2006-09-04 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 12:54 [PATCH] [MM] 5/10 pci_module_init() conversion Henne

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