• David Brownell's avatar
    [PATCH] USB: usb_hcd_unlink_urb() test for list membership · daa4e722
    David Brownell authored
    This is a minor cleanup that replaces a test for non-null urb->hcpriv
    with "is the urb on this list".  HCDs don't need to use hcpriv in that
    way, and in general this is a safer way to test that.  (AIO does much
    the same thing in its kiocb cancelation paths.)
    daa4e722
hcd.c 44 KB