PERFORCE change 127065 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 1 10:12:03 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127065

Change 127065 by hselasky at hselasky_laptop001 on 2007/10/01 17:11:42

	
	Optimise: These variables are always set later in the code.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uhci.c#33 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/uhci.c#33 (text+ko) ====

@@ -1091,8 +1091,6 @@
 
 	td = xfer->td_transfer_cache;
 	td_alt_next = td->alt_next;
-	status = UHCI_TD_STALLED;
-	token = 0;
 
 	if (xfer->aframes != xfer->nframes) {
 	    xfer->frlengths[xfer->aframes] = 0;


More information about the p4-projects mailing list