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 Remove an unnecessary ux_hcpriv assignement
details: https://anonhg.NetBSD.org/src/rev/e45385b173bb
branches: nick-nhusb
changeset: 334495:e45385b173bb
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Apr 16 13:54:38 2016 +0000
description:
Remove an unnecessary ux_hcpriv assignement
diffstat:
sys/dev/usb/xhci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 3ce0b834d49f -r e45385b173bb sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Sat Apr 16 13:30:35 2016 +0000
+++ b/sys/dev/usb/xhci.c Sat Apr 16 13:54:38 2016 +0000
@@ -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 @@
{
XHCIHIST_FUNC(); XHCIHIST_CALLED();
- xfer->ux_hcpriv = NULL;
}
/* -------------- */
Home |
Main Index |
Thread Index |
Old Index