fix condition

svn path=/trunk/; revision=30642
This commit is contained in:
Christoph von Wittich 2007-11-21 19:11:40 +00:00
parent 5d2b1b1435
commit 8780344b1b

View file

@ -5388,7 +5388,7 @@ Return Value:
//
if ((Srb->Lun != 0) ||
(!deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_DEVICE_PRESENT)) {
(!(deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_DEVICE_PRESENT))) {
//
// Indicate no device found at this address.