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 assignment



details:   https://anonhg.NetBSD.org/src/rev/f14a564c944e
branches:  nick-nhusb
changeset: 804638:f14a564c944e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 16 14:01:43 2016 +0000

description:
Remove an unnecessary ux_hcpriv assignment
$CVS: ----------------------------------------------------------------------

diffstat:

 sys/dev/usb/ehci.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 9654fcb2125d -r f14a564c944e sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Apr 16 13:54:38 2016 +0000
+++ b/sys/dev/usb/ehci.c        Sat Apr 16 14:01:43 2016 +0000
@@ -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 @@
 Static void
 ehci_root_intr_done(struct usbd_xfer *xfer)
 {
-       xfer->ux_hcpriv = NULL;
 }
 
 /************************/



Home | Main Index | Thread Index | Old Index