diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-01 06:37:55 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-01 06:37:55 +0000 |
commit | 25dd150b585f0bc498482dc00325cf9b67362665 (patch) | |
tree | 5b82df07646937ec4a6cce17887ae24ac7ecc322 /MdeModulePkg/Bus/Ata/AtaAtapiPassThru | |
parent | b96fef9f4d47e6fe257b1048467a261ca28dac66 (diff) | |
download | edk2-platforms-25dd150b585f0bc498482dc00325cf9b67362665.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Bus/Ata/AtaAtapiPassThru')
-rw-r--r-- | MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c b/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c index 1eb8c0eaae..17e4d7e13a 100644 --- a/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c +++ b/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c @@ -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;
}
|