PATCH [2.3.47-3] compile error - drivers/net/pcmcia/3c589_cs.c

From: John Ellson (ellson@lucent.com)
Date: Thu Feb 17 2000 - 21:48:20 EST


--- drivers/net/pcmcia/3c589_cs.c.orig Thu Feb 17 20:54:57 2000
+++ drivers/net/pcmcia/3c589_cs.c Thu Feb 17 20:56:15 2000
@@ -788,7 +788,7 @@
     
     while ((status = inw(ioaddr + EL3_STATUS)) &
        (IntLatch | RxComplete | StatsFull)) {
- if (!netif_device_present(dev)) ||
+ if ((!netif_device_present(dev)) ||
            ((status & 0xe000) != 0x2000)) {
            DEBUG(1, "%s: interrupt from dead card\n", dev->name);
            break;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:20 EST