public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: jgarzik@pobox.com
Cc: linux-kernel@vger.kernel.org
Subject: tulip warning fix
Date: Thu, 22 May 2003 08:55:17 -0700	[thread overview]
Message-ID: <20030522155517.GR29926@holomorphy.com> (raw)

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

                 reply	other threads:[~2003-05-22 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030522155517.GR29926@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox