PATCH: make starfire compile

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri Feb 14 2003 - 16:03:47 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.60-ref/drivers/net/starfire.c linux-2.5.60-ac1/drivers/net/starfire.c
--- linux-2.5.60-ref/drivers/net/starfire.c 2003-02-14 21:45:55.000000000 +0000
+++ linux-2.5.60-ac1/drivers/net/starfire.c 2003-02-14 19:34:00.000000000 +0000
@@ -339,7 +339,7 @@
                 intr_enable = readl(ioaddr + IntrEnable); \
                 intr_enable &= ~(IntrRxDone | IntrRxEmpty); \
                 writel(intr_enable, ioaddr + IntrEnable); \
- readl(ioaddr + IntrEnable); \ /* flush PCI posting buffers */
+ readl(ioaddr + IntrEnable); /* flush PCI posting buffers */ \
         } else { \
                 /* Paranoia check */ \
                 intr_enable = readl(ioaddr + IntrEnable); \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:57 EST