diff options
Diffstat (limited to 'OvmfPkg/VirtioSerialDxe')
-rw-r--r-- | OvmfPkg/VirtioSerialDxe/VirtioSerial.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OvmfPkg/VirtioSerialDxe/VirtioSerial.c b/OvmfPkg/VirtioSerialDxe/VirtioSerial.c index df545c080e..fd34ad75a9 100644 --- a/OvmfPkg/VirtioSerialDxe/VirtioSerial.c +++ b/OvmfPkg/VirtioSerialDxe/VirtioSerial.c @@ -510,8 +510,6 @@ VirtioSerialDriverBindingSupported ( Status = EFI_UNSUPPORTED;
}
- DEBUG ((DEBUG_INFO, "%a:%d: subsystem %d -> %r\n", __func__, __LINE__, VirtIo->SubSystemDeviceId, Status));
-
//
// We needed VirtIo access only transitorily, to see whether we support the
// device or not.
|