summaryrefslogtreecommitdiff
path: root/drivers/net/ks8695eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ks8695eth.c')
-rw-r--r--drivers/net/ks8695eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ks8695eth.c b/drivers/net/ks8695eth.c
index cd36880..8e988d1 100644
--- a/drivers/net/ks8695eth.c
+++ b/drivers/net/ks8695eth.c
@@ -196,7 +196,7 @@ static int ks8695_eth_send(struct eth_device *dev, volatile void *packet,
volatile struct ks8695_txdesc *dp;
static int next = 0;
- debug ("%s(%d): eth_send(packet=%x,len=%d)\n", __FILE__, __LINE__,
+ debug ("%s(%d): eth_send(packet=%p,len=%d)\n", __FILE__, __LINE__,
packet, len);
dp = &ks8695_tx[next];