[ros-diffs] [fireball] 40786: - Ditto as r40781, but for ohci. Spotted by Cameron Gutman.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon May 4 19:07:07 CEST 2009


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/usbdriver/ohci.c?rev=40786&r1=40785&r2=40786&view=diff
==============================================================================
--- 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);



More information about the Ros-diffs mailing list