From: Zhu Yi <yi.zhu@intel.com>
To: "jens m. noedler" <noedler@web.de>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org,
ipw2100-devel@lists.sourceforge.net
Subject: Re: [Ipw2100-devel] [TRIVIAL] ipw2200: fix a gcc compile warning
Date: Fri, 19 May 2006 10:42:44 +0800 [thread overview]
Message-ID: <1148006564.16334.4.camel@debian.sh.intel.com> (raw)
In-Reply-To: <446C8BEE.2080807@web.de>
On Thu, 2006-05-18 at 16:59 +0200, jens m. noedler wrote:
> --- drivers/net/wireless/ipw2200.c.orig 2006-05-18 16:26:39.000000000 +0200
> +++ drivers/net/wireless/ipw2200.c 2006-05-18 16:26:58.000000000 +0200
> @@ -45,8 +45,11 @@ MODULE_VERSION(DRV_VERSION);
> MODULE_AUTHOR(DRV_COPYRIGHT);
> MODULE_LICENSE("GPL");
>
> -static int cmdlog = 0;
> +#ifdef CONFIG_IPW2200_DEBUG
> static int debug = 0;
> +#endif
> +
> +static int cmdlog = 0;
> static int channel = 0;
> static int mode = 0;
The patch is already in wireless-2.6 GIT. Thank you anyway.
Thanks,
-yi
prev parent reply other threads:[~2006-05-19 2:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-18 14:59 [TRIVIAL] ipw2200: fix a gcc compile warning jens m. noedler
2006-05-19 2:42 ` Zhu Yi [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=1148006564.16334.4.camel@debian.sh.intel.com \
--to=yi.zhu@intel.com \
--cc=ipw2100-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=noedler@web.de \
--cc=trivial@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 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.