mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CLASS2]
- Fix build CORE-8911 svn path=/trunk/; revision=70307
This commit is contained in:
parent
be9fbd0e66
commit
b56eae0abf
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ ScsiClassPlugPlay(
|
|||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp)
|
||||
{
|
||||
PCLASS_DEVICE_INFO DeviceInfo = DeviceObject->DeviceExtension;
|
||||
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
||||
|
||||
if (IrpSp->MinorFunction == IRP_MN_START_DEVICE)
|
||||
|
|
Loading…
Reference in a new issue