]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMassCbi.c
index 477f0536d673903b1a96ac665bc376a6d24b404c..423104f504ad05d9f64d15ad63117e1a312e7b30 100644 (file)
@@ -451,7 +451,7 @@ UsbCbiExecCommand (
   Status = UsbCbiSendCommand (UsbCbi, Cmd, CmdLen, Timeout);\r
   if (EFI_ERROR (Status)) {\r
     gBS->Stall(10 * USB_MASS_1_MILLISECOND);\r
-    DEBUG ((EFI_D_ERROR, "UsbCbiExecCommand: UsbCbiSendCommand (%r)\n",Status));\r
+    DEBUG ((DEBUG_ERROR, "UsbCbiExecCommand: UsbCbiSendCommand (%r)\n",Status));\r
     return Status;\r
   }\r
 \r
@@ -463,7 +463,7 @@ UsbCbiExecCommand (
 \r
   Status   = UsbCbiDataTransfer (UsbCbi, DataDir, Data, &TransLen, Timeout);\r
   if (UsbCbi->InterruptEndpoint == NULL) {\r
-    DEBUG ((EFI_D_ERROR, "UsbCbiExecCommand: UsbCbiDataTransfer (%r)\n",Status));\r
+    DEBUG ((DEBUG_ERROR, "UsbCbiExecCommand: UsbCbiDataTransfer (%r)\n",Status));\r
     return Status;\r
   }\r
 \r
@@ -472,7 +472,7 @@ UsbCbiExecCommand (
   //\r
   Status = UsbCbiGetStatus (UsbCbi, Timeout, &Result);\r
   if (EFI_ERROR (Status)) {\r
-    DEBUG ((EFI_D_ERROR, "UsbCbiExecCommand: UsbCbiGetStatus (%r)\n",Status));\r
+    DEBUG ((DEBUG_ERROR, "UsbCbiExecCommand: UsbCbiGetStatus (%r)\n",Status));\r
     return Status;\r
   }\r
 \r