Merge r15277 to trunk
Modified: trunk/reactos/drivers/dd/serial/devctrl.c
_____
Modified: trunk/reactos/drivers/dd/serial/devctrl.c
--- trunk/reactos/drivers/dd/serial/devctrl.c 2005-05-14 14:08:31 UTC
(rev 15277)
+++ trunk/reactos/drivers/dd/serial/devctrl.c 2005-05-14 14:14:01 UTC
(rev 15278)
@@ -202,7 +202,7 @@
{
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
- ASSERT(Irp);
+ ASSERT(pIrp);
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
Show replies by date