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/94333611528c
branches:  trunk
changeset: 827452:94333611528c
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 9b16efa8bb2c -r 94333611528c 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