diff options
Diffstat (limited to 'sys/dev/usb2/misc/udbp2.c')
-rw-r--r-- | sys/dev/usb2/misc/udbp2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb2/misc/udbp2.c b/sys/dev/usb2/misc/udbp2.c index 5a7d320..03e4d6c 100644 --- a/sys/dev/usb2/misc/udbp2.c +++ b/sys/dev/usb2/misc/udbp2.c @@ -467,7 +467,6 @@ udbp_bulk_read_clear_stall_callback(struct usb2_xfer *xfer) sc->sc_flags &= ~UDBP_FLAG_READ_STALL; usb2_transfer_start(xfer_other); } - return; } static void @@ -508,8 +507,6 @@ done: usb2_transfer_start(sc->sc_xfer[UDBP_T_RD]); mtx_unlock(&sc->sc_mtx); - - return; } static void @@ -578,7 +575,6 @@ udbp_bulk_write_clear_stall_callback(struct usb2_xfer *xfer) sc->sc_flags &= ~UDBP_FLAG_WRITE_STALL; usb2_transfer_start(xfer_other); } - return; } /*********************************************************************** |