[PATCH] usb-storage: remove timer
This removes the timer usage in usb-storage. This cleans up quite a bit of the state machine and eliminates quite a few potential races. Initialization commands and other non-data-path mechanisms use the USB core timeout mechanism. Anything in the data path uses the SCSI mid-layer mechanism.
Showing
Please register or sign in to comment