mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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:
parent
392e4b95be
commit
b8d27ea0ac
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ USBSTOR_HandleInternalDeviceControl(
|
||||||
//
|
//
|
||||||
// release claim
|
// release claim
|
||||||
//
|
//
|
||||||
PDODeviceExtension->Claimed = TRUE;
|
PDODeviceExtension->Claimed = FALSE;
|
||||||
Status = STATUS_SUCCESS;
|
Status = STATUS_SUCCESS;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue