tulip warning fix

From: William Lee Irwin III (wli@holomorphy.com)
Date: Thu May 22 2003 - 10:55:17 EST


diff -prauN mm8-2.5.69-1/drivers/net/tulip/interrupt.c mm8-2.5.69-2/drivers/net/tulip/interrupt.c
--- mm8-2.5.69-1/drivers/net/tulip/interrupt.c 2003-05-04 16:53:08.000000000 -0700
+++ mm8-2.5.69-2/drivers/net/tulip/interrupt.c 2003-05-22 07:55:19.000000000 -0700
@@ -194,10 +194,10 @@ static int tulip_rx(struct net_device *d
                                 if (tp->rx_buffers[entry].mapping !=
                                     le32_to_cpu(tp->rx_ring[entry].buffer1)) {
                                         printk(KERN_ERR "%s: Internal fault: The skbuff addresses "
- "do not match in tulip_rx: %08x vs. %08x %p / %p.\n",
+ "do not match in tulip_rx: %08x vs. %Lx %p / %p.\n",
                                                dev->name,
                                                le32_to_cpu(tp->rx_ring[entry].buffer1),
- tp->rx_buffers[entry].mapping,
+ (u64)tp->rx_buffers[entry].mapping,
                                                skb->head, temp);
                                 }
 #endif
-
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 : Fri May 23 2003 - 22:00:49 EST