mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
[USBSTOR] Do not try to retry a failed request
for all cases except receiving a USBD_STATUS_STALL_PID status. This decision should be made by higher-level driver (and classpnp drivers do it)
This commit is contained in:
parent
c7ed299aaa
commit
aaa90f6986
4 changed files with 9 additions and 27 deletions
|
@ -355,7 +355,7 @@ USBSTOR_StartIo(
|
|||
return;
|
||||
}
|
||||
|
||||
USBSTOR_HandleExecuteSCSI(IoStack->DeviceObject, Irp, 0);
|
||||
USBSTOR_HandleExecuteSCSI(IoStack->DeviceObject, Irp);
|
||||
|
||||
// FIXME: handle error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue