mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[USBSTOR]
- Fix bugs introduced in rev 55695 svn path=/trunk/; revision=55702
This commit is contained in:
@@ -1115,7 +1115,7 @@ USBSTOR_SendIrp(
|
||||
//
|
||||
// let's allocate an irp
|
||||
//
|
||||
Status = USBSTOR_AllocateIrp(PDODeviceObject, sizeof(UFI_INQUIRY_RESPONSE), SCSIOP_INQUIRY, &Event, &Request, &Irp);
|
||||
Status = USBSTOR_AllocateIrp(PDODeviceObject, DataTransferLength, OpCode, &Event, &Request, &Irp);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user