mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Remove double \r
Cc: Chao Zhang <chao.b.zhang@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian Wang <jian.j.wang@intel.com> Signed-off-by: Joe Richey <joerichey@google.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>
This commit is contained in:
parent
cf574f0a18
commit
4000f249ba
|
@ -1229,7 +1229,7 @@ EFI_STATUS
|
|||
OpalDiskUpdateOwnerShip (
|
||||
OPAL_DISK *OpalDisk
|
||||
)
|
||||
{
|
||||
{
|
||||
OPAL_SESSION Session;
|
||||
|
||||
if (OpalDisk->MsidLength == 0) {
|
||||
|
@ -1245,7 +1245,7 @@ OpalDiskUpdateOwnerShip (
|
|||
Session.MediaId = OpalDisk->MediaId;
|
||||
Session.OpalBaseComId = OpalDisk->OpalBaseComId;
|
||||
|
||||
OpalDisk->Owner = OpalUtilDetermineOwnership(&Session, OpalDisk->Msid, OpalDisk->MsidLength);
|
||||
OpalDisk->Owner = OpalUtilDetermineOwnership(&Session, OpalDisk->Msid, OpalDisk->MsidLength);
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue