Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Oops, missed a semicolon in previous
details: https://anonhg.NetBSD.org/src/rev/a5e169a49b1e
branches: nick-nhusb
changeset: 804239:a5e169a49b1e
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jan 02 08:43:06 2015 +0000
description:
Oops, missed a semicolon in previous
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0edbc0fbe988 -r a5e169a49b1e sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Fri Jan 02 07:59:27 2015 +0000
+++ b/sys/dev/usb/ehci.c Fri Jan 02 08:43:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.25 2015/01/02 07:59:27 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.26 2015/01/02 08:43: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.234.2.25 2015/01/02 07:59:27 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.26 2015/01/02 08:43:06 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -3876,7 +3876,7 @@
if (sc->sc_dying)
return USBD_IOERROR;
- KASSERT(!(xfer->ux_rqflags & URQ_REQUEST))
+ KASSERT(!(xfer->ux_rqflags & URQ_REQUEST));
mutex_enter(&sc->sc_lock);
Home |
Main Index |
Thread Index |
Old Index