- Ditto as r40781, but for ohci. Spotted by Cameron Gutman.

svn path=/trunk/; revision=40786
This commit is contained in:
Aleksey Bragin 2009-05-04 17:07:05 +00:00
parent b7d8d95bf1
commit 007909b14a

View file

@ -1342,7 +1342,7 @@ ohci_submit_urb(POHCI_DEV ehci, PUSB_DEV pdev, PUSB_ENDPOINT pendp, PURB purb)
LBL_OUT2:
pdev->ref_count--;
RemoveEntryList((PLIST_ENTRY) purb);
RemoveEntryList(&purb->urb_link);
LBL_OUT:
unlock_dev(pdev, TRUE);