david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[jme] Fix 64-bit compile of JMicron ethernet driver

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Geoff Lywood 2010-06-14 17:46:36 -07:00 committed by Michael Brown
parent 068ef5f72d
commit ee93c72d6d
1 changed files with 1 additions and 1 deletions

View File

@ -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));