mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Minor cleanup.
svn path=/trunk/; revision=4958
This commit is contained in:
parent
1b854f5f2a
commit
39825a170b
1 changed files with 72 additions and 71 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: scsiport.c,v 1.28 2003/02/27 20:32:31 ekohl Exp $
|
/* $Id: scsiport.c,v 1.29 2003/06/24 12:31:40 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -1504,7 +1504,7 @@ ScsiPortDpcForIsr(IN PKDPC Dpc,
|
||||||
ScsiPortStartPacket,
|
ScsiPortStartPacket,
|
||||||
DeviceExtension))
|
DeviceExtension))
|
||||||
{
|
{
|
||||||
DPRINT("Synchronization failed!\n");
|
DPRINT1("Synchronization failed!\n");
|
||||||
|
|
||||||
DpcIrp->IoStatus.Status = STATUS_UNSUCCESSFUL;
|
DpcIrp->IoStatus.Status = STATUS_UNSUCCESSFUL;
|
||||||
DpcIrp->IoStatus.Information = 0;
|
DpcIrp->IoStatus.Information = 0;
|
||||||
|
@ -1544,6 +1544,7 @@ ScsiPortDpcForIsr(IN PKDPC Dpc,
|
||||||
{
|
{
|
||||||
KeReleaseSpinLock(&DeviceExtension->IrpLock, oldIrql);
|
KeReleaseSpinLock(&DeviceExtension->IrpLock, oldIrql);
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("ScsiPortDpcForIsr() done\n");
|
DPRINT("ScsiPortDpcForIsr() done\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue