Module Name: src
Committed By: skrll
Date: Sat Apr 16 13:54:38 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: xhci.c
Log Message:
Remove an unnecessary ux_hcpriv assignement
To generate a diff of this commit:
cvs rdiff -u -r1.28.2.66 -r1.28.2.67 src/sys/dev/usb/xhci.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/xhci.c
diff -u src/sys/dev/usb/xhci.c:1.28.2.66 src/sys/dev/usb/xhci.c:1.28.2.67
--- src/sys/dev/usb/xhci.c:1.28.2.66 Mon Apr 11 06:50:05 2016
+++ src/sys/dev/usb/xhci.c Sat Apr 16 13:54:38 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.28.2.66 2016/04/11 06:50:05 skrll Exp $ */
+/* $NetBSD: xhci.c,v 1.28.2.67 2016/04/16 13:54:38 skrll Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.66 2016/04/11 06:50:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.67 2016/04/16 13:54:38 skrll Exp $");
#include "opt_usb.h"
@@ -3121,7 +3121,6 @@ xhci_root_intr_done(struct usbd_xfer *xf
{
XHCIHIST_FUNC(); XHCIHIST_CALLED();
- xfer->ux_hcpriv = NULL;
}
/* -------------- */