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 Use the right macro in dwc2_root_intr_...



details:   https://anonhg.NetBSD.org/src/rev/39afbfc6c47f
branches:  trunk
changeset: 330181:39afbfc6c47f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 27 07:28:26 2014 +0000

description:
Use the right macro in dwc2_root_intr_start

diffstat:

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

diffs (27 lines):

diff -r b4d9208f3363 -r 39afbfc6c47f sys/external/bsd/dwc2/dwc2.c
--- a/sys/external/bsd/dwc2/dwc2.c      Thu Jun 26 22:55:23 2014 +0000
+++ b/sys/external/bsd/dwc2/dwc2.c      Fri Jun 27 07:28:26 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2.c,v 1.26 2014/01/03 14:41:57 skrll Exp $  */
+/*     $NetBSD: dwc2.c,v 1.27 2014/06/27 07:28:26 skrll Exp $  */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.26 2014/01/03 14:41:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.27 2014/06/27 07:28:26 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -885,7 +885,7 @@
 Static usbd_status
 dwc2_root_intr_start(usbd_xfer_handle xfer)
 {
-       struct dwc2_softc *sc = DWC2_PIPE2SC(xfer);
+       struct dwc2_softc *sc = DWC2_XFER2SC(xfer);
 
        DPRINTF("\n");
 



Home | Main Index | Thread Index | Old Index