summaryrefslogtreecommitdiff
path: root/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2016-12-12 09:07:52 +0800
committerHao Wu <hao.a.wu@intel.com>2016-12-13 11:37:24 +0800
commit82bf462e3a473fdce2475fac96c225bc62658b18 (patch)
treebb71c51596badff2311b8bbd1133fae1cf8a1e12 /SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
parent2961c65425df42e31554bdeb3f6af0451580f047 (diff)
downloadedk2-82bf462e3a473fdce2475fac96c225bc62658b18.zip
edk2-82bf462e3a473fdce2475fac96c225bc62658b18.tar.gz
edk2-82bf462e3a473fdce2475fac96c225bc62658b18.tar.bz2
MdeModulePkg/NonDiscoverablePciDev: Fix type mismatch in switch/case
Fix switch/case statement type mismatch in functions PciIoMemRead & PciIoMemWrite. Parameter 'Width' is of enum type EFI_PCI_IO_PROTOCOL_WIDTH, but the enum type provided in 'switch (Width)' block is of type EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c')
0 files changed, 0 insertions, 0 deletions