Author: jgardou
Date: Sun Sep 4 21:04:26 2011
New Revision: 53591
URL:
http://svn.reactos.org/svn/reactos?rev=53591&view=rev
Log:
[BUSLOGIC]
- get rid of unused variable
Modified:
trunk/reactos/drivers/storage/port/buslogic/BusLogic958.c
Modified: trunk/reactos/drivers/storage/port/buslogic/BusLogic958.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/port/buslo…
==============================================================================
--- trunk/reactos/drivers/storage/port/buslogic/BusLogic958.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/port/buslogic/BusLogic958.c [iso-8859-1] Sun Sep 4
21:04:26 2011
@@ -207,7 +207,7 @@
// static UCHAR k = 0;
PACCESS_RANGE accessRange;
// PCI_COMMON_CONFIG PCICommonConfig;
- PUCHAR pciAddress, portFound;
+ PUCHAR pciAddress;
char NumPort = 0;
DebugPrint((TRACE,"\n BusLogic - Inside the Find Adapter Routine\n"));
@@ -291,11 +291,9 @@
// Should we change this to double-word aligned to increase performance
ConfigInfo->AlignmentMask = 0x0;
- portFound = hcsp->IO_Address;
-
if (!Buslogic_InitBT958(deviceExtension,ConfigInfo)) // harware specific
initializations. Find what's for our card
{
- ScsiPortLogError(deviceExtension,
+ (deviceExtension,
NULL,
0,
0,