Remove, correct and refine some debug messages.

Signed-off-by: lzeng14
Reviewed-by: erictian
Reviewed-by: qianouyang
Reviewed-by: niruiyu

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12248 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lzeng14
2011-09-01 06:37:55 +00:00
parent b96fef9f4d
commit 25dd150b58
3 changed files with 8 additions and 26 deletions

View File

@@ -1364,7 +1364,6 @@ AtaUdmStatusWait (
if ((RegisterValue & BMIS_INTERRUPT) != 0) {
Status = EFI_SUCCESS;
DEBUG ((DEBUG_INFO, "Task->RetryTimes = %x\n", Timeout));
break;
}
//
@@ -1409,7 +1408,6 @@ AtaUdmStatusCheck (
}
if ((RegisterValue & BMIS_INTERRUPT) != 0) {
DEBUG ((DEBUG_INFO, "Task->RetryTimes = %x\n", Task->RetryTimes));
return EFI_SUCCESS;
}