mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[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:
@@ -674,7 +674,6 @@ ScsiPortGetPhysicalAddress(IN PVOID HwDeviceExtension,
|
||||
else
|
||||
{
|
||||
/* Nothing */
|
||||
*Length = 0;
|
||||
PhysicalAddress.QuadPart = (LONGLONG)(SP_UNINITIALIZED_VALUE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user