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 previous for HEAD
details: https://anonhg.NetBSD.org/src/rev/dc2d845f59d2
branches: trunk
changeset: 336434:dc2d845f59d2
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Mar 01 09:53:36 2015 +0000
description:
Fix previous for HEAD
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1072eb83bc9a -r dc2d845f59d2 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sun Mar 01 08:10:57 2015 +0000
+++ b/sys/dev/usb/ehci.c Sun Mar 01 09:53:36 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.237 2015/03/01 08:03:35 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.238 2015/03/01 09:53:36 skrll 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.237 2015/03/01 08:03:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.238 2015/03/01 09:53:36 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -893,7 +893,7 @@
ex, ex->sqtdstart, 0, 0);
#ifdef EHCI_DEBUG
USBHIST_LOGN(ehcidebug, 5, "--- still active start ---", 0, 0, 0, 0);
- ehci_dump_sqtds(ex->ex_sqtdstart);
+ ehci_dump_sqtds(ex->sqtdstart);
USBHIST_LOGN(ehcidebug, 5, "--- still active end ---", 0, 0, 0, 0);
#endif
Home |
Main Index |
Thread Index |
Old Index