Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <[email protected]>
Cc: Star Zeng <[email protected]>
Cc: Hao A Wu <[email protected]>
---
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
index abce63d734..d168d19214 100644
--- a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
+++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
@@ -1363,9 +1363,9 @@ UsbBusRecursivelyConnectWantedUsbIo (
//
// Recursively connect the wanted Usb Io handle
//
- DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL before connect is %d\n",
(UINT32)UsbGetCurrentTpl ()));
+ DEBUG ((EFI_D_INFO, "UsbBusRecursivelyConnectWantedUsbIo: TPL before
connect is %d\n", (UINT32)UsbGetCurrentTpl ()));
gBS->ConnectController (UsbIf->Handle, NULL, NULL, TRUE);
- DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n",
(UINT32)UsbGetCurrentTpl()));
+ DEBUG ((EFI_D_INFO, "UsbBusRecursivelyConnectWantedUsbIo: TPL after
connect is %d\n", (UINT32)UsbGetCurrentTpl()));
}
}
--
2.12.2.windows.2
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel