]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] tulip printk cleanup
authorAndrew Morton <akpm@osdl.org>
Sun, 7 Mar 2004 14:28:10 +0000 (09:28 -0500)
committerVojtech Pavlik <vojtech@suse.cz>
Sun, 7 Mar 2004 14:28:10 +0000 (09:28 -0500)
From: Joe Perches <joe@perches.com>

Use %08llx for a dma_addr_t, not the recently-added %llx.

drivers/net/tulip/interrupt.c

index b010742712ba406e5f10f291f809f8aa6558f0f3..2037af2ef17477307d602b37f32538291918cf71 100644 (file)
@@ -211,7 +211,7 @@ int tulip_poll(struct net_device *dev, int *budget)
                                        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. %llx %p / %p.\n",
+                                                      "do not match in tulip_rx: %08x vs. %08llx %p / %p.\n",
                                                       dev->name,
                                                       le32_to_cpu(tp->rx_ring[entry].buffer1),
                                                       (unsigned long long)tp->rx_buffers[entry].mapping,