]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciSioSerialDxe / Serial.c
index 9fe8a482e067be1b42d83a4dda3e50469e36a2eb..4a9b49e347b8b668fcdc41eea97fe65a53a33b44 100644 (file)
@@ -943,7 +943,7 @@ SerialControllerDriverStart (
         Node = NextDevicePathNode (Node);\r
       } while (!IsDevicePathEnd (Node));\r
       Status = CreateSerialDevice (Controller, Uart, ParentDevicePath, FALSE, Acpi->UID, ParentIo, NULL, NULL);\r
-      DEBUG ((EFI_D_INFO, "PciSioSerial: Create SIO child serial device - %r\n", Status));\r
+      DEBUG ((DEBUG_INFO, "PciSioSerial: Create SIO child serial device - %r\n", Status));\r
     }\r
   } else {\r
     Status = ParentIo.PciIo->Pci.Read (ParentIo.PciIo, EfiPciIoWidthUint8, 0, sizeof (Pci), &Pci);\r
@@ -1024,7 +1024,7 @@ SerialControllerDriverStart (
           }\r
 \r
           Status = CreateSerialDevice (Controller, Uart, ParentDevicePath, FALSE, 0, ParentIo, PciSerialParameter, PciDeviceInfo);\r
-          DEBUG ((EFI_D_INFO, "PciSioSerial: Create PCI child serial device (single) - %r\n", Status));\r
+          DEBUG ((DEBUG_INFO, "PciSioSerial: Create PCI child serial device (single) - %r\n", Status));\r
           if (!EFI_ERROR (Status)) {\r
             PciDeviceInfo->ChildCount++;\r
           }\r
@@ -1045,7 +1045,7 @@ SerialControllerDriverStart (
               //\r
               Status = CreateSerialDevice (Controller, Uart, ParentDevicePath, TRUE, PciSerialCount, ParentIo, PciSerialParameter, PciDeviceInfo);\r
               PciSerialCount++;\r
-              DEBUG ((EFI_D_INFO, "PciSioSerial: Create PCI child serial device (multiple) - %r\n", Status));\r
+              DEBUG ((DEBUG_INFO, "PciSioSerial: Create PCI child serial device (multiple) - %r\n", Status));\r
               if (!EFI_ERROR (Status)) {\r
                 PciDeviceInfo->ChildCount++;\r
               }\r