[PATCH] USB: usb_unlink_urb() kerneldoc
This been sitting in my queue for ages now ... it just clarifies three points about unlink semantics. Basically, - You can only unlink once per submission. - For synchronous unlink: urb completes, then unlink returns. - For async unlink: the order is unspecified; although usually the completion happens after unlink returns.
Showing
Please register or sign in to comment