diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-12-12 09:07:52 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-12-13 11:37:24 +0800 |
commit | 82bf462e3a473fdce2475fac96c225bc62658b18 (patch) | |
tree | bb71c51596badff2311b8bbd1133fae1cf8a1e12 /BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py | |
parent | 2961c65425df42e31554bdeb3f6af0451580f047 (diff) | |
download | edk2-platforms-82bf462e3a473fdce2475fac96c225bc62658b18.tar.xz |
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 'BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py')
0 files changed, 0 insertions, 0 deletions