mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +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 PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp)
|
IN PIRP Irp)
|
||||||
{
|
{
|
||||||
|
PCLASS_DEVICE_INFO DeviceInfo = DeviceObject->DeviceExtension;
|
||||||
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
||||||
|
|
||||||
if (IrpSp->MinorFunction == IRP_MN_START_DEVICE)
|
if (IrpSp->MinorFunction == IRP_MN_START_DEVICE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue