[PATCH] pcnet32 one liner

From: Anton Blanchard (anton@linuxcare.com.au)
Date: Sat Jan 13 2001 - 18:49:11 EST


Hi,

The code below is suspect.

Anton

diff -r -u --new-file --exclude-from=/home/anton/kernel/exclude linux/drivers/net/pcnet32.c linux_work/drivers/net/pcnet32.c
--- linux/drivers/net/pcnet32.c Tue Dec 12 14:27:56 2000
+++ linux_work/drivers/net/pcnet32.c Tue Jan 9 15:12:20 2001
@@ -809,7 +809,7 @@
         val |= 0x10;
     lp->a.write_csr (ioaddr, 124, val);
     
- if (lp->mii & !(lp->options & PORT_ASEL)) {
+ if (lp->mii && !(lp->options & PORT_ASEL)) {
         val = lp->a.read_bcr (ioaddr, 32) & ~0x38; /* disable Auto Negotiation, set 10Mpbs, HD */
         if (lp->options & PORT_FD)
             val |= 0x10;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 15 2001 - 21:00:38 EST