From: AJFISH Date: Fri, 29 Jun 2007 16:40:17 +0000 (+0000) Subject: Patch so the tree will compile X-Git-Tag: edk2-stable201903~23039 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=24e734d2100cd93f62ef66523277d3315dfa3712;ds=inline Patch so the tree will compile git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2916 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c index dc28be8dc6..0840cba5d8 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c +++ b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c @@ -635,10 +635,10 @@ Returns: ScsiIoDevice->Lun = Lun; ScsiIoDevice->ScsiIo.GetDeviceType = ScsiGetDeviceType; - ScsiIoDevice->ScsiIo.GetDeviceLocation = ScsiGetDeviceLocation; + // ScsiIoDevice->ScsiIo.GetDeviceLocation = ScsiGetDeviceLocation; ScsiIoDevice->ScsiIo.ResetBus = ScsiResetBus; ScsiIoDevice->ScsiIo.ResetDevice = ScsiResetDevice; - ScsiIoDevice->ScsiIo.ExecuteSCSICommand = ScsiExecuteSCSICommand; + ScsiIoDevice->ScsiIo.ExecuteScsiCommand = ScsiExecuteSCSICommand; if (!DiscoverScsiDevice (ScsiIoDevice)) { gBS->FreePool (ScsiIoDevice);