mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fixed debug build
svn path=/trunk/; revision=11400
This commit is contained in:
parent
fcfc4f85d1
commit
7e179dae1f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: device.c,v 1.80 2004/10/23 14:48:15 ekohl Exp $
|
||||
/* $Id: device.c,v 1.81 2004/10/23 15:17:35 blight Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -36,7 +36,7 @@ IopInitializeDevice(
|
|||
/* This is a Plug and Play driver */
|
||||
DPRINT("Plug and Play driver found\n");
|
||||
|
||||
ASSERT(DeviceNode->Pdo);
|
||||
ASSERT(DeviceNode->PhysicalDeviceObject);
|
||||
|
||||
DPRINT("Calling driver AddDevice entrypoint at %08lx\n",
|
||||
DriverObject->DriverExtension->AddDevice);
|
||||
|
|
Loading…
Reference in a new issue