From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Henne <henne@nachtwindheim.de>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [MM] 1/10 pci_module_init() conversion
Date: Mon, 04 Sep 2006 14:16:57 +0100 [thread overview]
Message-ID: <1157375818.30801.45.camel@localhost.localdomain> (raw)
In-Reply-To: <44FC1E44.1080202@nachtwindheim.de>
Ar Llu, 2006-09-04 am 14:38 +0200, ysgrifennodd Henne:
> From: Henrik Kretzschmar <henne@nachtwindheim.de>
>
> pci_module_init convertion in ata_generic.c.
> For mm-tree only.
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.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@redhat.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);
}
prev parent reply other threads:[~2006-09-04 12:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-04 12:38 Henne
2006-09-04 13:16 ` Alan Cox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1157375818.30801.45.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=akpm@osdl.org \
--cc=henne@nachtwindheim.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome