Author: ion
Date: Sat Jul 20 00:13:59 2013
New Revision: 59528
URL:
http://svn.reactos.org/svn/reactos?rev=59528&view=rev
Log:
[USBEHCI]: Straggler fix.
Modified:
trunk/reactos/drivers/usb/usbehci/hardware.cpp
Modified: trunk/reactos/drivers/usb/usbehci/hardware.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbehci/hardwa…
==============================================================================
--- trunk/reactos/drivers/usb/usbehci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbehci/hardware.cpp [iso-8859-1] Sat Jul 20 00:13:59 2013
@@ -1124,14 +1124,10 @@
ULONG PortId,
ULONG Feature)
{
- ULONG Value;
-
DPRINT("CUSBHardwareDevice::SetPortFeature\n");
if (PortId > m_Capabilities.HCSParams.PortCount)
return STATUS_UNSUCCESSFUL;
-
- Value = EHCI_READ_REGISTER_ULONG(EHCI_PORTSC + (4 * PortId));
if (Feature == PORT_ENABLE)
{