Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb fix the fix of the fix of the format string.
details: https://anonhg.NetBSD.org/src/rev/78d6de5b9760
branches: trunk
changeset: 784038:78d6de5b9760
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 15 17:45:05 2013 +0000
description:
fix the fix of the fix of the format string.
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1576739429ec -r 78d6de5b9760 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Tue Jan 15 17:25:42 2013 +0000
+++ b/sys/dev/usb/ehci.c Tue Jan 15 17:45:05 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.201 2013/01/15 10:41:57 mbalmer Exp $ */
+/* $NetBSD: ehci.c,v 1.202 2013/01/15 17:45:05 christos Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.201 2013/01/15 10:41:57 mbalmer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.202 2013/01/15 17:45:05 christos Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2784,7 +2784,7 @@
#endif
}
DPRINTFN(4,("ehci_alloc_sqtd_chain: len=%d curlen=%d "
- "curoffs=%ld\n", len, curlen, (size_t)curoffs));
+ "curoffs=%zu\n", len, curlen, (size_t)curoffs));
/*
* Allocate another transfer if there's more data left,
Home |
Main Index |
Thread Index |
Old Index