mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Merge r15277 to trunk
svn path=/trunk/; revision=15278
This commit is contained in:
parent
4954251a04
commit
f326ceb70f
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ SerialGetPerfStats(IN PIRP pIrp)
|
|||
{
|
||||
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
|
||||
|
||||
ASSERT(Irp);
|
||||
ASSERT(pIrp);
|
||||
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
|
||||
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
|
||||
|
||||
|
|
Loading…
Reference in a new issue