Subject: CVS commit: [itohy-usb1] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 06/28/2007 10:07:16
Module Name:	src
Committed By:	itohy
Date:		Thu Jun 28 10:07:16 UTC 2007

Modified Files:
	src/sys/dev/usb [itohy-usb1]: usbdi.c

Log Message:
Do not use xfer contents after non-error completion of transfer method,
since the callback function may reuse the xfer.
Pointed out by Matthew Orgass.


To generate a diff of this commit:
cvs rdiff -r1.119.12.4 -r1.119.12.5 src/sys/dev/usb/usbdi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.