mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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:
parent
01bab59e21
commit
47be569e64
1 changed files with 0 additions and 1 deletions
|
@ -674,7 +674,6 @@ ScsiPortGetPhysicalAddress(IN PVOID HwDeviceExtension,
|
|||
else
|
||||
{
|
||||
/* Nothing */
|
||||
*Length = 0;
|
||||
PhysicalAddress.QuadPart = (LONGLONG)(SP_UNINITIALIZED_VALUE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue