- IoStartPacket: Use the correct IRQL when releasing the Cancel Spinlock

svn path=/trunk/; revision=38397
This commit is contained in:
Stefan Ginsberg 2008-12-27 19:49:29 +00:00
parent e79c502488
commit 81484cd1c5

View file

@ -1501,7 +1501,7 @@ IoStartPacket(IN PDEVICE_OBJECT DeviceObject,
}
/* Release the cancel lock */
IoReleaseCancelSpinLock(OldIrql);
IoReleaseCancelSpinLock(CancelIrql);
}
/* Call the Start I/O function */