mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
svn path=/branches/ntvdm/; revision=59665
This commit is contained in:
commit
f66525ee02
404 changed files with 31475 additions and 5237 deletions
|
@ -544,7 +544,6 @@ USBSTOR_StartIo(
|
|||
PFDO_DEVICE_EXTENSION FDODeviceExtension;
|
||||
PPDO_DEVICE_EXTENSION PDODeviceExtension;
|
||||
KIRQL OldLevel;
|
||||
NTSTATUS Status;
|
||||
BOOLEAN ResetInProgress;
|
||||
|
||||
DPRINT("USBSTOR_StartIo\n");
|
||||
|
@ -660,7 +659,7 @@ USBSTOR_StartIo(
|
|||
//
|
||||
// execute scsi
|
||||
//
|
||||
Status = USBSTOR_HandleExecuteSCSI(IoStack->DeviceObject, Irp, 0);
|
||||
USBSTOR_HandleExecuteSCSI(IoStack->DeviceObject, Irp, 0);
|
||||
|
||||
//
|
||||
// FIXME: handle error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue