mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Ditto as r40781, but for ohci. Spotted by Cameron Gutman.
svn path=/trunk/; revision=40786
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user