netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: cord.walter@gmx.de
Cc: netdev@vger.kernel.org
Subject: Re: pcnet_cs: fix misuse of the equality operator.
Date: Sun, 01 Feb 2009 01:43:52 -0800 (PST)	[thread overview]
Message-ID: <20090201.014352.138067875.davem@davemloft.net> (raw)
In-Reply-To: <49856D35.7020702@gmx.de>

From: Cord Walter <cord.walter@gmx.de>
Date: Sun, 01 Feb 2009 10:36:53 +0100

> Now with properly formatted patch...
 ...
> 06:44:03.000000000 +0900
> +++ linux-2.6.29-rc3/drivers/net/pcmcia/pcnet_cs.c	2009-01-31
> 06:44:21.000000000 +0900
> @@ -586,7 +586,7 @@ static int pcnet_config(struct pcmcia_de
>      }
> 
>      if ((link->conf.ConfigBase == 0x03c0)
> - -	&& (link->manf_id == 0x149) && (link->card_id = 0xc1ab)) {
> +	&& (link->manf_id == 0x149) && (link->card_id == 0xc1ab)) {
>  	printk(KERN_INFO "pcnet_cs: this is an AX88190 card!\n");

Still looks corrupted here.

  reply	other threads:[~2009-02-01  9:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 23:46 axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411 Cord Walter
2008-11-21 12:48 ` Komuro
2008-11-21 14:10   ` Cord Walter
     [not found]     ` <20081124160959.b02ff889.komurojun-mbn@nifty.com>
     [not found]       ` <492BE6DE.9020903@gmx.de>
     [not found]         ` <20090131071342.2b45cbe8.komurojun-mbn@nifty.com>
2009-01-31 23:18           ` pcnet_cs: fix misuse of the equality operator Cord Walter
2009-02-01  9:36             ` Cord Walter
2009-02-01  9:43               ` David Miller [this message]
2009-02-01 10:38                 ` pcnet_cs: fix misuse of the equality operator. - 3rd try Cord Walter
2009-02-03 10:59                 ` [PATCH] pcnet_cs:fix misuse of the equality operator Cord Walter
2009-02-03 23:14                   ` David Miller

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=20090201.014352.138067875.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=cord.walter@gmx.de \
    --cc=netdev@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;
as well as URLs for NNTP newsgroup(s).