mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[BUSLOGIC]
- get rid of unused variable svn path=/trunk/; revision=53591
This commit is contained in:
parent
3dfda118e9
commit
b8e2175f8e
1 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue