Module Name: src
Committed By: skrll
Date: Sun Mar 1 09:53:36 UTC 2015
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Fix previous for HEAD
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/sys/dev/usb/ehci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.237 src/sys/dev/usb/ehci.c:1.238
--- src/sys/dev/usb/ehci.c:1.237 Sun Mar 1 08:03:35 2015
+++ src/sys/dev/usb/ehci.c Sun Mar 1 09:53:36 2015
@@ -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 @@ ehci_check_qh_intr(ehci_softc_t *sc, str
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