From: Takashi Iwai <tiwai@suse.de>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andrew Morton <akpm@osdl.org>,
lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Remove MODULE_PARM from i386 defconfig.
Date: Wed, 20 Oct 2004 13:23:41 +0200 [thread overview]
Message-ID: <s5h6555iqf6.wl@alsa2.suse.de> (raw)
In-Reply-To: <1098258609.10571.145.camel@localhost.localdomain>
Hi Rusty,
At Wed, 20 Oct 2004 17:50:09 +1000,
Rusty Russell wrote:
> @@ -749,8 +749,8 @@ static int parport_nr[LP_NO] = { [0 ...
> static char *parport[LP_NO] = { NULL, };
> static int reset = 0;
>
> -MODULE_PARM(parport, "1-" __MODULE_STRING(LP_NO) "s");
> -MODULE_PARM(reset, "i");
> +module_param_array(parport, charp, NULL, 0);
Can module_param_array() now take NULL for the third argument?
If yes, I'll clean up ALSA codes, which don't use the num argument at
all and pass just a dummy variable there.
Thanks,
--
Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
next prev parent reply other threads:[~2004-10-20 11:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-20 7:50 [PATCH] Remove MODULE_PARM from i386 defconfig Rusty Russell
2004-10-20 11:23 ` Takashi Iwai [this message]
2004-10-21 0:52 ` Rusty Russell
2004-10-21 9:25 ` Takashi Iwai
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=s5h6555iqf6.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.