Module Name: src Committed By: riastradh Date: Sat Jun 12 13:57:51 UTC 2021
Modified Files: src/sys/dev/usb: usbdi.c Log Message: usb(4): Omit needless lock/unlock cycle in usbd_pipe_close. pipe->up_intrxfer is stable after construction, so no need to hold the lock to check it. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 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.