Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb And yet another one. :(
details: https://anonhg.NetBSD.org/src/rev/53c99b68f938
branches: trunk
changeset: 357151:53c99b68f938
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Oct 28 20:57:51 2017 +0000
description:
And yet another one. :(
diffstat:
sys/dev/usb/umass.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r a987227accac -r 53c99b68f938 sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c Sat Oct 28 20:57:17 2017 +0000
+++ b/sys/dev/usb/umass.c Sat Oct 28 20:57:51 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass.c,v 1.161 2017/10/28 20:56:51 pgoyette Exp $ */
+/* $NetBSD: umass.c,v 1.162 2017/10/28 20:57:51 pgoyette Exp $ */
/*
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -124,7 +124,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.161 2017/10/28 20:56:51 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.162 2017/10/28 20:57:51 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -2015,8 +2015,8 @@
UMASSHIST_FUNC(); UMASSHIST_CALLED();
int i;
- DPRINTFM(UDMASS_GEN, "sc %#jx: buffer %#jx", (uintptr_t)sc, buffer,
- 0, 0);
+ DPRINTFM(UDMASS_GEN, "sc %#jx: buffer %#jx", (uintptr_t)sc,
+ (uintptr_t)buffer, 0, 0);
for (i = 0; i < buflen && i < printlen;) {
if (i + 3 < buflen && i + 3 < printlen) {
DPRINTFM(UDMASS_GEN, " 0x%02jx%02jx%02jx%02jx",
Home |
Main Index |
Thread Index |
Old Index