Author: tfaber
Date: Wed Apr 26 10:54:34 2017
New Revision: 74409
URL: 
http://svn.reactos.org/svn/reactos?rev=74409&view=rev
Log:
[USBOHCI]
- Not building before committing is also a hack
CORE-9224
Modified:
    trunk/reactos/drivers/usb/usbohci/usb_request.cpp
Modified: trunk/reactos/drivers/usb/usbohci/usb_request.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbohci/usb_re…
==============================================================================
--- trunk/reactos/drivers/usb/usbohci/usb_request.cpp   [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbohci/usb_request.cpp   [iso-8859-1] Wed Apr 26 10:54:34
2017
@@ -786,7 +786,7 @@
         //
         // get physical page (HACK)
         //
-        *(volatile char *)TransferBuffer;
+        *(volatile char *)Buffer;
         Page = MmGetPhysicalAddress(Buffer).LowPart;
         //