Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Somehow the ; disappeared from the previouis commit



details:   https://anonhg.NetBSD.org/src/rev/651dd635b941
branches:  trunk
changeset: 339183:651dd635b941
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jul 02 09:05:06 2015 +0000

description:
Somehow the ; disappeared from the previouis commit

diffstat:

 sys/dev/usb/ehci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 71324dd72742 -r 651dd635b941 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Thu Jul 02 08:35:44 2015 +0000
+++ b/sys/dev/usb/ehci.c        Thu Jul 02 09:05:06 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.240 2015/07/02 08:35:44 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.241 2015/07/02 09:05:06 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.240 2015/07/02 08:35:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.241 2015/07/02 09:05:06 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -519,7 +519,7 @@
                            EHCI_LINK_QH);
                }
                sqh->qh.qh_endp = htole32(EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH));
-               sqh->qh.qh_endphub = htole32(EHCI_QH_SET_MULT(1))
+               sqh->qh.qh_endphub = htole32(EHCI_QH_SET_MULT(1));
                sqh->qh.qh_curqtd = EHCI_NULL;
                sqh->qh.qh_qtd.qtd_next = EHCI_NULL;
                sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;



Home | Main Index | Thread Index | Old Index