summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an.c')
-rw-r--r--sys/dev/an/if_an.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index 9d44500..caecdbf 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -2848,7 +2848,7 @@ flashcard(ifp, l_ioctl)
break;
case AIROFLPUTBUF: /* Send 32k to card */
if (l_ioctl->len > sizeof(flashbuffer)) {
- printf("an%d: Buffer to big, %x %x\n", sc->an_unit,
+ printf("an%d: Buffer to big, %x %zx\n", sc->an_unit,
l_ioctl->len, sizeof(flashbuffer));
return -EINVAL;
}
OpenPOWER on IntegriCloud