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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 04 Sep 2006 14:16:57 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	Henne <henne@...htwindheim.de>
Cc:	akpm@...l.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [MM] 1/10 pci_module_init() conversion

Ar Llu, 2006-09-04 am 14:38 +0200, ysgrifennodd Henne:
> From: Henrik Kretzschmar <henne@...htwindheim.de>
> 
> pci_module_init convertion in ata_generic.c.
> For mm-tree only.
> Signed-off-by: Henrik Kretzschmar <henne@...htwindheim.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@...hat.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);
 }
 
 

-
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