mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL] It is forbidden to call DbgPrint at DISPATCH_LEVEL with %wZ
This commit is contained in:
parent
6c73385625
commit
f88fe43abd
1 changed files with 2 additions and 3 deletions
|
@ -357,9 +357,8 @@ IopEditDeviceList(IN PDRIVER_OBJECT DriverObject,
|
|||
/* Not this one, keep moving */
|
||||
if (!Previous->NextDevice)
|
||||
{
|
||||
DPRINT1("Failed to remove PDO %p on driver %wZ (not found)\n",
|
||||
DeviceObject,
|
||||
&DeviceObject->DriverObject->DriverName);
|
||||
DPRINT1("Failed to remove PDO %p (not found)\n",
|
||||
DeviceObject);
|
||||
|
||||
ASSERT(FALSE);
|
||||
KeReleaseQueuedSpinLock(LockQueueIoDatabaseLock, OldIrql);
|
||||
|
|
Loading…
Reference in a new issue