mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USBSTOR]
- Fix a typo so SRB_FUNCTION_RELEASE_DEVICE actually does what was intended svn path=/branches/usb-bringup/; revision=52072
This commit is contained in:
@@ -115,7 +115,7 @@ USBSTOR_HandleInternalDeviceControl(
|
||||
//
|
||||
// release claim
|
||||
//
|
||||
PDODeviceExtension->Claimed = TRUE;
|
||||
PDODeviceExtension->Claimed = FALSE;
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user