Author: akhaldi
Date: Sun Mar 17 15:39:41 2013
New Revision: 58544
URL:
http://svn.reactos.org/svn/reactos?rev=58544&view=rev
Log:
[USBUHCI]
* Fix some format specifiers.
Modified:
trunk/reactos/drivers/usb/usbuhci/hardware.cpp
Modified: trunk/reactos/drivers/usb/usbuhci/hardware.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbuhci/hardwa…
==============================================================================
--- trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] Sun Mar 17 15:39:41 2013
@@ -569,7 +569,7 @@
// delay is 10 ms
//
Timeout.QuadPart = 10;
- DPRINT1("Waiting %d milliseconds for global reset\n", Timeout.LowPart);
+ DPRINT1("Waiting %lu milliseconds for global reset\n", Timeout.LowPart);
//
// convert to 100 ns units (absolute)
@@ -723,7 +723,7 @@
}
}
- DPRINT1("Index %lu QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %x NextElementDescriptor %x\n",
+ DPRINT1("Index %d QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %p NextElementDescriptor %p\n",
0,
m_QueueHead[0],
m_QueueHead[0]->LinkPhysical,
@@ -731,7 +731,7 @@
m_QueueHead[0]->PhysicalAddress,
m_QueueHead[0]->Request,
m_QueueHead[0]->NextElementDescriptor);
- DPRINT1("Index %lu QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %x NextElementDescriptor %x\n",
+ DPRINT1("Index %d QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %p NextElementDescriptor %p\n",
1,
m_QueueHead[1],
m_QueueHead[1]->LinkPhysical,
@@ -740,7 +740,7 @@
m_QueueHead[1]->Request,
m_QueueHead[1]->NextElementDescriptor);
- DPRINT1("Index %lu QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %x NextElementDescriptor %x\n",
+ DPRINT1("Index %d QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %p NextElementDescriptor %p\n",
2,
m_QueueHead[2],
m_QueueHead[2]->LinkPhysical,
@@ -748,7 +748,7 @@
m_QueueHead[2]->PhysicalAddress,
m_QueueHead[2]->Request,
m_QueueHead[2]->NextElementDescriptor);
- DPRINT1("Index %lu QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %x NextElementDescriptor %x\n",
+ DPRINT1("Index %d QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %p NextElementDescriptor %p\n",
3,
m_QueueHead[3],
m_QueueHead[3]->LinkPhysical,
@@ -756,7 +756,7 @@
m_QueueHead[3]->PhysicalAddress,
m_QueueHead[3]->Request,
m_QueueHead[3]->NextElementDescriptor);
- DPRINT1("Index %lu QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %x NextElementDescriptor %x\n",
+ DPRINT1("Index %d QueueHead %p LinkPhysical %x ElementPhysical %x
PhysicalAddress %x Request %p NextElementDescriptor %p\n",
4,
m_QueueHead[4],
m_QueueHead[4]->LinkPhysical,
@@ -934,7 +934,7 @@
// delay is 20 ms for port reset
//
Timeout.QuadPart = 20;
- DPRINT1("Waiting %d milliseconds for port reset\n", Timeout.LowPart);
+ DPRINT1("Waiting %lu milliseconds for port reset\n", Timeout.LowPart);
//
// convert to 100 ns units (absolute)