Fix previous commit. I got it backwards.

MFC after:	1 week
This commit is contained in:
rpaulo 2009-09-14 16:16:07 +00:00
parent da5c805228
commit f871b1b712

View File

@ -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++) {