Minor cleanup.

svn path=/trunk/; revision=4958
This commit is contained in:
Eric Kohl 2003-06-24 12:31:40 +00:00
parent 1b854f5f2a
commit 39825a170b

View file

@ -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");
} }