• Oliver Neukum's avatar
    [PATCH] USB: fix URB leak in belkin driver · aee6841f
    Oliver Neukum authored
    if submission of the interrupt URb fails in belkin_sa_open() the
    previously submitted URB may remain live. The rest of the system
    thinks that opening failed, therefore the URB should be unlinked
    in the error case.
    aee6841f
belkin_sa.c 18.6 KB