Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   riastradh
Date:           Thu Mar  3 06:06:52 UTC 2022

Modified Files:
        src/sys/dev/usb: if_atu.c if_urtw.c ualea.c usbdi.c usbdi.h usbnet.c

Log Message:
usb: usbd_close_pipe never fails.  Make it return void.

Prune dead branches as a result of this change.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/usb/if_atu.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/if_urtw.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/ualea.c
cvs rdiff -u -r1.224 -r1.225 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.105 -r1.106 src/sys/dev/usb/usbdi.h
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/usb/usbnet.c

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




Home | Main Index | Thread Index | Old Index