mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
Merge r15277 to trunk
svn path=/trunk/; revision=15278
This commit is contained in:
@@ -202,7 +202,7 @@ SerialGetPerfStats(IN PIRP pIrp)
|
||||
{
|
||||
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
|
||||
|
||||
ASSERT(Irp);
|
||||
ASSERT(pIrp);
|
||||
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
|
||||
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user