From: Jeff Garzik <jgarzik@pobox.com>
To: Jiri Benc <jbenc@suse.cz>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Typo in tulip driver
Date: Sun, 15 May 2005 23:18:58 -0400 [thread overview]
Message-ID: <42881122.9070005@pobox.com> (raw)
In-Reply-To: <20050427124856.3abe369f@griffin.suse.cz>
Jiri Benc wrote:
> This patch fixes a typo in tulip driver in 2.6.12-rc3.
>
>
> --- linux-2.6.12-rc3/drivers/net/tulip/tulip_core.c
> +++ linux-2.6.12-rc3-patched/drivers/net/tulip/tulip_core.c
> @@ -1104,7 +1109,7 @@ static void set_rx_mode(struct net_devic
> if (entry != 0) {
> /* Avoid a chip errata by prefixing a dummy entry. Don't do
> this on the ULI526X as it triggers a different problem */
> - if (!(tp->chip_id == ULI526X && (tp->revision = 0x40 || tp->revision == 0x50))) {
> + if (!(tp->chip_id == ULI526X && (tp->revision == 0x40 || tp->revision == 0x50))) {
applied
prev parent reply other threads:[~2005-05-16 3:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-27 10:48 [PATCH] Typo in tulip driver Jiri Benc
2005-05-16 3:18 ` Jeff Garzik [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=42881122.9070005@pobox.com \
--to=jgarzik@pobox.com \
--cc=jbenc@suse.cz \
--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