diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-09-14 15:53:30 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-09-14 15:53:30 +0000 |
| commit | e1311070b0d0716eb4555a9ec49000a2f890ced7 (patch) | |
| tree | 97a91161d3ab66b2c0d433e8cf697b9328f713df /sys/dev/asmc | |
| parent | c1a293abfc38d1ae14e482b9b9eac31bb8c2222d (diff) | |
Notes
Diffstat (limited to 'sys/dev/asmc')
| -rw-r--r-- | sys/dev/asmc/asmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index bf9c74548880..ae4d7b8aeee9 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 %d to %lud\n", maxlen, sizeof(v)); + "from %u to %u\n", maxlen, sizeof(v)); maxlen = sizeof(v); } for (i = 0; i < sizeof(v); i++) { |
