Module Name: src Committed By: riastradh Date: Thu Mar 3 06:09:44 UTC 2022
Modified Files: src/sys/dev/usb: usbdi.c Log Message: usb: Inline usb_insert_transfer. This makes it clearer which part happens irrespective of error (putting it on the queue -- unconditional, not rolled back by usb_insert_transfer) and what the possible `errors' mean (neither of which is an error, per se). To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 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.