mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 15:01:24 +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:
|
LBL_OUT2:
|
||||||
pdev->ref_count--;
|
pdev->ref_count--;
|
||||||
RemoveEntryList((PLIST_ENTRY) purb);
|
RemoveEntryList(&purb->urb_link);
|
||||||
|
|
||||||
LBL_OUT:
|
LBL_OUT:
|
||||||
unlock_dev(pdev, TRUE);
|
unlock_dev(pdev, TRUE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue