fix unused variable warning in release build

svn path=/trunk/; revision=25088
This commit is contained in:
Christoph von Wittich 2006-12-08 11:15:48 +00:00
parent e731b55f87
commit adfd78e1b8

View file

@ -557,8 +557,7 @@ BusLogic_HardwareResetHostAdapter(BusLogic_HostAdapter_T *HostAdapter,
if (StatusRegister.Bits.DataInRegisterReady)
{
UCHAR ErrorCode = BusLogic_ReadDataInRegister(HostAdapter);
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", ErrorCode));
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", BusLogic_ReadDataInRegister(HostAdapter)));
}
return FALSE;
}