diff options
Diffstat (limited to 'sys/pci/if_ti.c')
-rw-r--r-- | sys/pci/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index b91f5cb..fdaebf0 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -796,7 +796,7 @@ ti_bcopy_swap(src, dst, len, swap_type) size_t tmplen; if (len & 0x3) { - printf("ti_bcopy_swap: length %d isn't 32-bit aligned\n", + printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n", len); return(-1); } |