mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[USBPORT] Change debug message in USBPORT_RemoveDevice(().
This commit is contained in:
parent
5e15ba48b9
commit
02d1cfd37f
1 changed files with 4 additions and 1 deletions
|
@ -1626,7 +1626,10 @@ USBPORT_RemoveDevice(IN PDEVICE_OBJECT FdoDevice,
|
|||
USBPORT_FreeUsbAddress(FdoDevice, DeviceHandle->DeviceAddress);
|
||||
}
|
||||
|
||||
DPRINT("USBPORT_RemoveDevice: DeviceHandle->TtList.Flink - %p\n", DeviceHandle->TtList.Flink);
|
||||
if (!IsListEmpty(&DeviceHandle->TtList))
|
||||
{
|
||||
DPRINT1("USBPORT_RemoveDevice: DeviceHandle->TtList not empty\n");
|
||||
}
|
||||
|
||||
while (!IsListEmpty(&DeviceHandle->TtList))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue