projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392e4b9
)
[USBSTOR]
author
Cameron Gutman
<aicommander@gmail.com>
Fri, 3 Jun 2011 05:43:41 +0000
(
05:43
+0000)
committer
Cameron Gutman
<aicommander@gmail.com>
Fri, 3 Jun 2011 05:43:41 +0000
(
05:43
+0000)
- Fix a typo so SRB_FUNCTION_RELEASE_DEVICE actually does what was intended
svn path=/branches/usb-bringup/; revision=52072
drivers/usb/usbstor/disk.c
patch
|
blob
|
history
diff --git
a/drivers/usb/usbstor/disk.c
b/drivers/usb/usbstor/disk.c
index
e0f6600
..
46c6375
100644
(file)
--- a/
drivers/usb/usbstor/disk.c
+++ b/
drivers/usb/usbstor/disk.c
@@
-115,7
+115,7
@@
USBSTOR_HandleInternalDeviceControl(
//
// release claim
//
- PDODeviceExtension->Claimed =
TRU
E;
+ PDODeviceExtension->Claimed =
FALS
E;
Status = STATUS_SUCCESS;
break;
}