mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
correct printf format
Noticed by: alpha tinderbox
This commit is contained in:
parent
776c5378cb
commit
4f0797a36d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue