summaryrefslogtreecommitdiff
path: root/sys/dev/xilinx
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2020-09-08 13:21:13 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2020-09-08 13:21:13 +0000
commit7c7b8f577e20f37f164b1c88b2d57bb124df0dff (patch)
tree11019148f7e1c3ced92c63a58640f7448b94e355 /sys/dev/xilinx
parent88e43c7ca49489fc52b19909aa58a781959b1a9e (diff)
Notes
Diffstat (limited to 'sys/dev/xilinx')
-rw-r--r--sys/dev/xilinx/axidma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xilinx/axidma.c b/sys/dev/xilinx/axidma.c
index 32683de787d3..0512b3e06d54 100644
--- a/sys/dev/xilinx/axidma.c
+++ b/sys/dev/xilinx/axidma.c
@@ -363,7 +363,7 @@ axidma_desc_alloc(struct axidma_softc *sc, struct xdma_channel *xchan,
chan->mem_vaddr = kva_alloc(chan->mem_size);
pmap_kenter_device(chan->mem_vaddr, chan->mem_size, chan->mem_paddr);
- device_printf(sc->dev, "Allocated chunk %lx %d\n",
+ device_printf(sc->dev, "Allocated chunk %lx %lu\n",
chan->mem_paddr, chan->mem_size);
for (i = 0; i < nsegments; i++) {