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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user