X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FIdeBus%2FDxe%2Fatapi.c;h=27f7f999fa407ebe28e9b5e60877774f1327d099;hp=93f7081516172a3fa7c0b9810eb602d988f6d443;hb=4b2e068430507d4ba1ec330e1665b8d7b45771ac;hpb=0f6b6f755b09f5bb386bb41fa21cc75f58a624d2 diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c index 93f7081516..27f7f999fa 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c @@ -1,5 +1,5 @@ /** @file - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -235,7 +235,6 @@ ATAPIIdentify ( // // device select bit // - DeviceSelect = 0; DeviceSelect = (UINT8) ((IdeDev->Device) << 4); AtapiIdentifyPointer = AllocatePool (sizeof (EFI_IDENTIFY_DATA));