VirtualBox

Changeset 77696 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 13, 2019 10:11:52 PM (6 years ago)
Author:
vboxsync
Message:

EFI: Removed custom debugging not used elsewhere in VBoxPkg to reduce dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew/VBoxPkg/VBoxFsDxe/fsw_efi.c

    r77672 r77696  
    230230
    231231    // first, open DiskIO
    232     VBoxLogFlowFuncEnter();
    233 
    234232    Status = BS->OpenProtocol(ControllerHandle,
    235233                              &PROTO_NAME(DiskIoProtocol),
     
    240238    if (EFI_ERROR(Status))
    241239    {
    242         VBoxLogFlowFuncLeaveRC(Status);
    243240        return Status;
    244241    }
     
    257254                              ControllerHandle,
    258255                              EFI_OPEN_PROTOCOL_TEST_PROTOCOL);
    259     VBoxLogFlowFuncLeaveRC(Status);
    260256    return Status;
    261257}
     
    267263{
    268264    EFI_STATUS Status;
    269     VBoxLogFlowFuncEnter();
    270265    pVolume->Signature       = FSW_VOLUME_DATA_SIGNATURE;
    271266    pVolume->Handle          = ControllerHandle;
     
    279274                                pVolume);
    280275
    281     VBoxLogFlowFuncMarkRC(Status);
    282276    if (!EFI_ERROR(Status)) {
    283277        // register the SimpleFileSystem protocol
     
    292286#endif
    293287    }
    294     VBoxLogFlowFuncLeaveRC(Status);
    295288    return Status;
    296289}
     
    318311    FSW_VOLUME_DATA     *Volume;
    319312
    320     VBoxLogFlowFuncEnter();
    321313    // open consumed protocols
    322314    Status = BS->OpenProtocol(ControllerHandle,
     
    327319                              EFI_OPEN_PROTOCOL_GET_PROTOCOL);   // NOTE: we only want to look at the MediaId
    328320    if (EFI_ERROR(Status)) {
    329         VBoxLogFlowFuncLeaveRC(Status);
    330321        return Status;
    331322    }
     
    338329                              EFI_OPEN_PROTOCOL_BY_DRIVER);
    339330    if (EFI_ERROR(Status)) {
    340         VBoxLogFlowFuncLeaveRC(Status);
    341331        return Status;
    342332    }
     
    363353    }
    364354
    365     VBoxLogFlowFuncLeaveRC(Status);
    366355    return Status;
    367356}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette