From: Ruiyu Ni Date: Tue, 6 Dec 2016 09:08:07 +0000 (+0800) Subject: MdeModulePkg/PciSioSerial: Fix bad EOL X-Git-Tag: edk2-stable201903~4995 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=77557b76427144737ff22bf3c993b2402aef6ad6 MdeModulePkg/PciSioSerial: Fix bad EOL Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni --- diff --git a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c index a48783660e..65ddf5dc2b 100644 --- a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c +++ b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c @@ -931,7 +931,7 @@ SerialControllerDriverStart ( return Status; } } - } + } if (RemainingDevicePath != NULL) { Uart = (UART_DEVICE_PATH *) SkipControllerDevicePathNode (RemainingDevicePath, &ContainsControllerNode, &ControllerNumber);