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 Stray #endif
details: https://anonhg.NetBSD.org/src/rev/0d1214e12d7d
branches: nick-nhusb
changeset: 334573:0d1214e12d7d
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 27 10:09:24 2016 +0000
description:
Stray #endif
diffstat:
sys/dev/usb/motg.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a95191a54a08 -r 0d1214e12d7d sys/dev/usb/motg.c
--- a/sys/dev/usb/motg.c Tue Dec 27 08:59:48 2016 +0000
+++ b/sys/dev/usb/motg.c Tue Dec 27 10:09:24 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: motg.c,v 1.12.2.31 2016/12/27 08:49:29 skrll Exp $ */
+/* $NetBSD: motg.c,v 1.12.2.32 2016/12/27 10:09:24 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012, 2014 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.12.2.31 2016/12/27 08:49:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.12.2.32 2016/12/27 10:09:24 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_motg.h"
@@ -2090,7 +2090,6 @@
KASSERTMSG(xfer && xfer->ux_status == USBD_IN_PROGRESS &&
ep->phase == DATA_OUT, "xfer %p status %d phase %d",
xfer, xfer->ux_status, ep->phase);
-#endif
ep->phase = IDLE;
ep->xfer = NULL;
if (xfer && xfer->ux_status == USBD_IN_PROGRESS) {
Home |
Main Index |
Thread Index |
Old Index