mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Ditto as r40781, but for ohci. Spotted by Cameron Gutman.
svn path=/trunk/; revision=40786
This commit is contained in:
parent
b7d8d95bf1
commit
007909b14a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue