X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbMassStorageDxe%2FUsbMassBoot.c;h=589087accd9ed73141f1c54c4741ba4fa05f3740;hp=2e6be9c418e3fd962590cd36d2a63992e3909903;hb=7df7393feb90e87c32f5473af14eec7562b09ce3;hpb=d20c09b28247c7e839072d3a21f542de95abb246 diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c index 2e6be9c418..589087accd 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c @@ -690,7 +690,7 @@ ON_ERROR: (Media->LastBlock != OldMedia.LastBlock)) { OldTpl = UsbGetCurrentTpl (); - DEBUG ((EFI_D_ERROR, "UsbBootDetectMedia: TPL before reinstall BlockIoProtocol is %d\n", OldTpl)); + DEBUG ((EFI_D_ERROR, "UsbBootDetectMedia: TPL before reinstall BlockIoProtocol is %d\n", (UINT32)OldTpl)); gBS->RestoreTPL (TPL_CALLBACK); @@ -701,7 +701,7 @@ ON_ERROR: &UsbMass->BlockIo ); - DEBUG ((EFI_D_ERROR, "UsbBootDetectMedia: TPL after reinstall is %d\n", UsbGetCurrentTpl())); + DEBUG ((EFI_D_ERROR, "UsbBootDetectMedia: TPL after reinstall is %d\n", (UINT32)UsbGetCurrentTpl())); ASSERT (UsbGetCurrentTpl () == TPL_CALLBACK); gBS->RaiseTPL (OldTpl);