summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe/DebugPort.c')
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
index 76c77b6a25..2616299df7 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
@@ -37,8 +37,8 @@ DEBUGPORT_DEVICE mDebugPortDevice = {
(EFI_DEVICE_PATH_PROTOCOL *) NULL,
{
DebugPortReset,
- DebugPortRead,
DebugPortWrite,
+ DebugPortRead,
DebugPortPoll
},
(EFI_HANDLE) 0,