From: Brian Gerst <bgerst@didntduck.org>
To: Jan Harkes <jaharkes@cs.cmu.edu>
Cc: Greg KH <greg@kroah.com>, Sam Ravnborg <sam@ravnborg.org>,
Dmitry Torokhov <dtor_core@ameritech.net>,
Marcel Holtmann <marcel@holtmann.org>,
linux-kernel@vger.kernel.org
Subject: Re: [patch 1/5] Hotplug firmware loader for Keyspan usb-serial driver
Date: Tue, 05 Apr 2005 16:41:28 -0400 [thread overview]
Message-ID: <4252F7F8.9030903@didntduck.org> (raw)
In-Reply-To: <20050405194446.040549000@delft.aura.cs.cmu.edu>
Jan Harkes wrote:
> A simple Intel HEX format parser/loader.
...
> +static int __init no_init(void)
> +{
> + return 0;
> +}
> +
> +static void __exit no_exit(void)
> +{
> +}
> +
> +module_init(no_init);
> +module_exit(no_exit);
module_init/exit are not needed if both are simply stubs.
--
Brian Gerst
next prev parent reply other threads:[~2005-04-05 20:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-05 19:38 [patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver Jan Harkes
2005-04-05 19:39 ` [patch 1/5] " Jan Harkes
2005-04-05 20:41 ` Brian Gerst [this message]
2005-04-05 19:39 ` [patch 2/5] " Jan Harkes
2005-04-05 19:39 ` [patch 3/5] " Jan Harkes
2005-04-05 19:39 ` [patch 5/5] " Jan Harkes
2005-04-05 20:45 ` [patch 0/5] " Kay Sievers
2005-04-05 21:12 ` Jan Harkes
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=4252F7F8.9030903@didntduck.org \
--to=bgerst@didntduck.org \
--cc=dtor_core@ameritech.net \
--cc=greg@kroah.com \
--cc=jaharkes@cs.cmu.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=sam@ravnborg.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