Author: fireball Date: Mon May 4 21:07:05 2009 New Revision: 40786
URL: http://svn.reactos.org/svn/reactos?rev=40786&view=rev Log: - Ditto as r40781, but for ohci. Spotted by Cameron Gutman.
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/ohci.c
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/ohci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdr... ============================================================================== --- trunk/reactos/drivers/usb/nt4compat/usbdriver/ohci.c [iso-8859-1] (original) +++ trunk/reactos/drivers/usb/nt4compat/usbdriver/ohci.c [iso-8859-1] Mon May 4 21:07:05 2009 @@ -1342,7 +1342,7 @@
LBL_OUT2: pdev->ref_count--; - RemoveEntryList((PLIST_ENTRY) purb); + RemoveEntryList(&purb->urb_link);
LBL_OUT: unlock_dev(pdev, TRUE);