[SCSIPORT]: Port Dmitry's fix from r72059 to our scsiport driver too. I'm wondering how "difficult" it would be to have some kind of scsiport library to be shared between the driver and freeldr's.

svn path=/trunk/; revision=72060
This commit is contained in:
Hermès Bélusca-Maïto 2016-07-30 16:20:41 +00:00
parent 01bab59e21
commit 47be569e64

View file

@ -674,7 +674,6 @@ ScsiPortGetPhysicalAddress(IN PVOID HwDeviceExtension,
else
{
/* Nothing */
*Length = 0;
PhysicalAddress.QuadPart = (LONGLONG)(SP_UNINITIALIZED_VALUE);
}