public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* tulip warning fix
@ 2003-05-22 15:55 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2003-05-22 15:55 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-22 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 15:55 tulip warning fix William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox