diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-03-29 17:24:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-03-29 17:24:23 +0000 |
| commit | 784ae794761e569499483f187dcd76b5b9acdd49 (patch) | |
| tree | 0703d80ff689787ade70190f9859fc7e4b29466b /sys/dev | |
| parent | 58c4a5a1a88ffb4981d0a8ce5f17b332df303f14 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 0b9d1fa96e02..229ee6d68240 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -2698,7 +2698,7 @@ SBP_DEBUG(0) #else "segment length(%zd) is less than 16." #endif - "(seg=%d/%d)\n", s->ds_len, i+1, seg); + "(seg=%d/%d)\n", (size_t)s->ds_len, i+1, seg); END_DEBUG if (s->ds_len > SBP_SEG_MAX) panic("ds_len > SBP_SEG_MAX, fix busdma code"); |
