cvs commit: src/sys/dev/usb usbdi.c
Ian Dowse
iedowse at FreeBSD.org
Sat Aug 28 19:36:00 PDT 2004
iedowse 2004-08-29 02:35:59 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdi.c
Log:
Fix two cases where a successful return from usbd_transfer() would
be treated as an error and cause a transfer to be freed twice. This
can probably only happen at boot time when transfers are processed
synchronously.
Revision Changes Path
1.87 +2 -2 src/sys/dev/usb/usbdi.c
More information about the cvs-src
mailing list