]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c
SecurityPkg/OpalPassword: Fix PSID revert no hint message.
authorEric Dong <eric.dong@intel.com>
Mon, 14 May 2018 07:28:40 +0000 (15:28 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 15 May 2018 00:24:35 +0000 (08:24 +0800)
commit63c76537c652eb5a84360ee043c5f7b63728a622
tree664245628221d413a0de51a5d5ce9447a639ae34
parent5a1d521dee69854c4eba6381800f44115bf4bb6c
SecurityPkg/OpalPassword: Fix PSID revert no hint message.

For no warning message when do the PSID revert action, the
message in the popup dialog is not enough. The error use
of NULL for CreatePopUp function caused this regression.
This change fixed it.

Passed Unit Test:
1. Check PSID revert with/without warning message cases.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c