From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cord Walter Subject: Re: pcnet_cs: fix misuse of the equality operator. Date: Sun, 01 Feb 2009 10:36:53 +0100 Message-ID: <49856D35.7020702@gmx.de> References: <4925F6F1.9010305@gmx.de> <20081121214812.b03d7166.komurojun-mbn@nifty.com> <4926C153.3090104@gmx.de> <20081124160959.b02ff889.komurojun-mbn@nifty.com> <492BE6DE.9020903@gmx.de> <20090131071342.2b45cbe8.komurojun-mbn@nifty.com> <4984DC50.6060204@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE To: netdev@vger.kernel.org Return-path: Received: from waikiki.ops.eusc.inter.net ([84.23.254.155]:61213 "EHLO waikiki.ops.eusc.inter.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752342AbZBAJhB (ORCPT ); Sun, 1 Feb 2009 04:37:01 -0500 Received: from myip-n72-220.de.inter.net ([213.73.72.220] helo=rei.cwalter.net) by waikiki.ops.eusc.inter.net with esmtp (Exim 4.69) id 1LTYl5-0002wm-W3 for netdev@vger.kernel.org; Sun, 01 Feb 2009 10:36:56 +0100 Received: from [10.42.42.2] (nene.cwalter.net [10.42.42.2]) by rei.cwalter.net (Postfix) with ESMTP id 8BF661BE5F for ; Sun, 1 Feb 2009 10:36:55 +0100 (CET) In-Reply-To: <4984DC50.6060204@gmx.de> Sender: netdev-owner@vger.kernel.org List-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Now with properly formatted patch... [PATCH] pcnet_cs:fix misuse of the equality operator. pcnet_cs: fix misuse of the equality operator. Signed-off-by: Cord Walter Signed-off-by: Komuro - --- - --- linux-2.6.29-rc3/drivers/net/pcmcia/pcnet_cs.c.orig 2009-01-31 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 =3D=3D 0x03c0) - - && (link->manf_id =3D=3D 0x149) && (link->card_id =3D 0xc1ab)) { + && (link->manf_id =3D=3D 0x149) && (link->card_id =3D=3D 0xc1ab)) { printk(KERN_INFO "pcnet_cs: this is an AX88190 card!\n"); printk(KERN_INFO "pcnet_cs: use axnet_cs instead.\n"); goto failed; - -- Cord Walter email: cord.walter@gmx.de Weil es niemanden etwas angeht, dass ich nichts zu verbergen habe: http://www.gnupg.org/ http://www.truecrypt.org/ =2E..und =FCberhaupt: http://www.FreiheitstattAngst.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmFbTUACgkQpYxkftnOwIocoACfYtnmxxXygIe4SSV7mgnqWLHa wFMAn21j8G+MqJGSsoqhd/dFNPIb2mYH =3DBAkg -----END PGP SIGNATURE-----