From f871b1b7129d57d314cd680ad649b96650e2aa01 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Mon, 14 Sep 2009 16:16:07 +0000 Subject: Fix previous commit. I got it backwards. MFC after: 1 week --- sys/dev/asmc/asmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/asmc/asmc.c') diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index ae4d7b8..f99c79c 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -824,7 +824,7 @@ out: type[5] = 0; if (maxlen > sizeof(v)) { device_printf(dev, "WARNING: cropping maxlen " - "from %u to %u\n", maxlen, sizeof(v)); + "from %u to %lu\n", maxlen, sizeof(v)); maxlen = sizeof(v); } for (i = 0; i < sizeof(v); i++) { -- cgit v1.1