MdeModulePkg: Misc comments and DEBUG messages
Fixed some spelling typos in some comments. Added a couple of useful DEBUG messages Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16450 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
erictian
parent
2bf41ed7dc
commit
0133195170
@@ -519,7 +519,7 @@ UhciCheckTdStatus (
|
||||
// terminate the transfer
|
||||
//
|
||||
if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) {
|
||||
DEBUG ((EFI_D_INFO, "UhciCheckTdStatus: short packet read occured\n"));
|
||||
DEBUG ((EFI_D_VERBOSE, "UhciCheckTdStatus: short packet read occured\n"));
|
||||
|
||||
Finished = TRUE;
|
||||
goto ON_EXIT;
|
||||
|
Reference in New Issue
Block a user