Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/dwc2/dist Fix build.



details:   https://anonhg.NetBSD.org/src/rev/bb3984c7aac2
branches:  trunk
changeset: 340310:bb3984c7aac2
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Aug 31 06:12:55 2015 +0000

description:
Fix build.

diffstat:

 sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4489db2e7625 -r bb3984c7aac2 sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c
--- a/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c        Mon Aug 31 06:08:07 2015 +0000
+++ b/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c        Mon Aug 31 06:12:55 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2_hcdqueue.c,v 1.12 2015/08/30 12:59:59 skrll Exp $ */
+/*     $NetBSD: dwc2_hcdqueue.c,v 1.13 2015/08/31 06:12:55 uebayasi Exp $      */
 
 /*
  * hcd_queue.c - DesignWare HS OTG Controller host queuing routines
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2_hcdqueue.c,v 1.12 2015/08/30 12:59:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2_hcdqueue.c,v 1.13 2015/08/31 06:12:55 uebayasi Exp $");
 
 #include <sys/types.h>
 #include <sys/kmem.h>
@@ -797,7 +797,7 @@
                     struct dwc2_qh *qh)
 {
 
-       KASSERT(mutex_owned(hsotg->lock));
+       KASSERT(mutex_owned(&hsotg->lock));
        int retval;
 
        if (unlikely(!qh)) {



Home | Main Index | Thread Index | Old Index