summaryrefslogtreecommitdiff
path: root/DuetPkg/PciBusNoEnumerationDxe
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-15 05:15:51 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-15 05:15:51 +0000
commit7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9 (patch)
tree9523cd657209dcfc43f48a32b22e1a288cbc176a /DuetPkg/PciBusNoEnumerationDxe
parentfc9efbeedba04d55f87a487dff7f33b4a0e3a7a6 (diff)
downloadedk2-platforms-7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9.tar.xz
Corrected bad declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8553 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe')
-rw-r--r--DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c b/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c
index b763c6cce6..421a92c8fc 100644
--- a/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c
+++ b/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c
@@ -484,7 +484,7 @@ Returns:
{
PCI_IO_DEVICE *PciIoDevice;
EFI_STATUS Status;
- UINT32 Value;
+ UINT8 Value;
EFI_PCI_IO_PROTOCOL *PciIo;
UINT8 Temp;