correct printf format

Noticed by:	alpha tinderbox
This commit is contained in:
Sam Leffler 2003-01-11 04:55:52 +00:00
parent 776c5378cb
commit 4f0797a36d

View File

@ -1849,7 +1849,7 @@ ubsec_dma_malloc(
BUS_DMA_NOWAIT, &dma->dma_map);
if (r != 0) {
device_printf(sc->sc_dev, "ubsec_dma_malloc: "
"bus_dmammem_alloc failed; size %u, error %u\n",
"bus_dmammem_alloc failed; size %zu, error %u\n",
size, r);
goto fail_2;
}