Skip to content

Commit

Permalink
[jme] Fix 64-bit compile of JMicron ethernet driver
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Geoff Lywood authored and mcb30 committed Jun 22, 2010
1 parent 068ef5f commit ee93c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/jme.c
Expand Up @@ -993,7 +993,7 @@ jme_tx_clean(struct jme_adapter *jme)
txbi = txring->bufinf[i];

if (txbi && !(txdesc[i].descwb.flags & TXWBFLAG_OWN)) {
DBG2("TX clean address: %08lx(%08lx+%x)\n",
DBG2("TX clean address: %08lx(%08lx+%zx)\n",
(unsigned long)txbi->data,
virt_to_bus(txbi->data),
iob_len(txbi));
Expand Down

0 comments on commit ee93c72

Please sign in to comment.