From: Henne <henne@nachtwindheim.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] [MM] 5/10 pci_module_init() conversion
Date: Mon, 04 Sep 2006 14:54:54 +0200 [thread overview]
Message-ID: <44FC221E.3010502@nachtwindheim.de> (raw)
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)
reply other threads:[~2006-09-04 12:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=44FC221E.3010502@nachtwindheim.de \
--to=henne@nachtwindheim.de \
--cc=akpm@osdl.org \
--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