X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FBds%2FBootOptionSupport.c;h=e22280dc81f28febce0604a8ce437ba5a3e09870;hp=f16de7c82dc3df6877edca7db28deca91a8c9397;hb=0db25ccc6cf1d05dc6b8fd9b07d033b40c387c88;hpb=986223907fa5e3a2866bbf60bd4a3bd5e2d24172;ds=sidebyside diff --git a/ArmPlatformPkg/Bds/BootOptionSupport.c b/ArmPlatformPkg/Bds/BootOptionSupport.c index f16de7c82d..e22280dc81 100644 --- a/ArmPlatformPkg/Bds/BootOptionSupport.c +++ b/ArmPlatformPkg/Bds/BootOptionSupport.c @@ -390,7 +390,7 @@ BdsLoadOptionFileSystemUpdateDevicePath ( FILEPATH_DEVICE_PATH* FilePathDevicePath; EFI_DEVICE_PATH* DevicePath; - DevicePath = DuplicateDevicePath(OldDevicePath); + DevicePath = DuplicateDevicePath (OldDevicePath); EndingDevicePath = (FILEPATH_DEVICE_PATH*)GetLastDevicePathNode (DevicePath);