[BUSLOGIC]

- get rid of unused variable

svn path=/trunk/; revision=53591
This commit is contained in:
Jérôme Gardou 2011-09-04 21:04:26 +00:00
parent 3dfda118e9
commit b8e2175f8e

View file

@ -207,7 +207,7 @@ BT958HwFindAdapter(IN PVOID HwDeviceExtension,
// 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 @@ BT958HwFindAdapter(IN PVOID HwDeviceExtension,
// 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,