]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/BMMUiLib: Fix incorrect variable name
authorDandan Bi <dandan.bi@intel.com>
Mon, 12 Jun 2017 01:16:32 +0000 (09:16 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 13 Jun 2017 02:45:37 +0000 (10:45 +0800)
commit983f59932db28ae37b9f9e545c1258bc59aa71ca
treef69e0441b522f47f32b835776883b18a6f13cead
parentec4910cd3336565fdb61dafdd9ec4ae7a6160ba3
MdeModulePkg/BMMUiLib: Fix incorrect variable name

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=592

In function UpdateConsoleContent, we compare console name
with "ErrOut" string to check whether the content in console
Error device page has been changed. But when call function
UpdateConsoleContent, we pass console name as "ConErr" by mistake.
This patch is to fix the inconsistent issue.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c