[USBSTOR]

- Release the spinlock before returning (accidentally removed)

svn path=/branches/usb-bringup-trunk/; revision=55152
This commit is contained in:
Cameron Gutman 2012-01-24 21:33:51 +00:00
parent 4f681bfe61
commit a65fd45042

View file

@ -365,6 +365,11 @@ USBSTOR_QueueFlushIrps(
//
KeAcquireSpinLock(&FDODeviceExtension->IrpListLock, &OldLevel);
}
//
// release lock
//
KeReleaseSpinLock(&FDODeviceExtension->IrpListLock, OldLevel);
}
VOID