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 build
details: https://anonhg.NetBSD.org/src/rev/53f63fcfdef5
branches: trunk
changeset: 350756:53f63fcfdef5
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 19 20:35:44 2017 +0000
description:
Fix build
diffstat:
sys/dev/usb/xhci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1c8d3a80da3e -r 53f63fcfdef5 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Thu Jan 19 20:18:17 2017 +0000
+++ b/sys/dev/usb/xhci.c Thu Jan 19 20:35:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.68 2017/01/19 16:05:00 skrll Exp $ */
+/* $NetBSD: xhci.c,v 1.69 2017/01/19 20:35:44 skrll Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.68 2017/01/19 16:05:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.69 2017/01/19 20:35:44 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -813,7 +813,7 @@
bus_size_t ecp = XHCI_HCC_XECP(hcc) * 4;
while (ecp != 0) {
uint32_t ecr = xhci_read_4(sc, ecp);
- aprint_debug_dev(sc->sc_dev, "ECR %lx: %08x\n", ecp, ecr);
+ aprint_debug_dev(sc->sc_dev, "ECR: 0x%08x\n", ecr);
switch (XHCI_XECP_ID(ecr)) {
case XHCI_ID_PROTOCOLS: {
xhci_id_protocols(sc, ecp);
Home |
Main Index |
Thread Index |
Old Index