• David Brownell's avatar
    [PATCH] USB: usb_unlink_urb() kerneldoc · aec17e82
    David Brownell authored
    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.
    aec17e82
urb.c 13.7 KB