[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090201.014352.138067875.davem@davemloft.net>
Date: Sun, 01 Feb 2009 01:43:52 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: cord.walter@....de
Cc: netdev@...r.kernel.org
Subject: Re: pcnet_cs: fix misuse of the equality operator.
From: Cord Walter <cord.walter@....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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists