From 7df7393feb90e87c32f5473af14eec7562b09ce3 Mon Sep 17 00:00:00 2001 From: jji4 Date: Thu, 18 Dec 2008 08:48:36 +0000 Subject: check the usage of %d,%x,%ld,%lx and so on in debug print statement. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7080 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c') diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c index 7173d72123..0ab2af4c4c 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c @@ -577,7 +577,7 @@ UhciExecuteTransfer ( } if (!Finished) { - DEBUG ((EFI_D_ERROR, "UhciExecuteTransfer: execution not finished for %dms\n", TimeOut)); + DEBUG ((EFI_D_ERROR, "UhciExecuteTransfer: execution not finished for %dms\n", (UINT32)TimeOut)); UhciDumpQh (Qh); UhciDumpTds (Td); -- cgit v1.2.3