Module Name: src
Committed By: skrll
Date: Sat Apr 16 14:01:43 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c
Log Message:
Remove an unnecessary ux_hcpriv assignment
$CVS: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.234.2.96 -r1.234.2.97 src/sys/dev/usb/ehci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.96 src/sys/dev/usb/ehci.c:1.234.2.97
--- src/sys/dev/usb/ehci.c:1.234.2.96 Mon Apr 4 07:43:12 2016
+++ src/sys/dev/usb/ehci.c Sat Apr 16 14:01:43 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.96 2016/04/04 07:43:12 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.97 2016/04/16 14:01:43 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.96 2016/04/04 07:43:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.97 2016/04/16 14:01:43 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2705,7 +2705,6 @@ ehci_root_intr_close(struct usbd_pipe *p
Static void
ehci_root_intr_done(struct usbd_xfer *xfer)
{
- xfer->ux_hcpriv = NULL;
}
/************************/