lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 04 Sep 2006 14:59:08 +0200
From:	Henne <henne@...htwindheim.de>
To:	akpm@...l.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] [MM] 6/10 pci_module_init() conversion

From: Henrik Kretzschmar <henne@...htwindheim.de>

pci_module_init() convertion in olympic.c
This one works on linus tree(2.6.18-rc6) too.
Signed-off-by: Henrik Kretzschmar <henne@...htwindheim.de>

---

--- linux-2.6.18-rc5-mm1/drivers/net/tokenring/olympic.c	2006-09-13 17:46:50.000000000 +0200
+++ linux/drivers/net/tokenring/olympic.c	2006-09-13 22:23:50.475145848 +0200
@@ -1771,7 +1771,7 @@
 
 static int __init olympic_pci_init(void) 
 {
-	return pci_module_init (&olympic_driver) ; 
+	return pci_register_driver(&olympic_driver) ; 
 }
 
 static void __exit olympic_pci_cleanup(void)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ