From 77557b76427144737ff22bf3c993b2402aef6ad6 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 6 Dec 2016 17:08:07 +0800 Subject: [PATCH] MdeModulePkg/PciSioSerial: Fix bad EOL Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni --- MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2