mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-12-29 01:33:59 +00:00
The UEFI driver model invokes the supported() method on every driver every time a connection attempt is made on any handle, and so doing an unconditional DEBUG() print inside this method produced a lot of noise. So let's drop this DEBUG() call from the VirtioSerial driver's Supported() method. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> |
||
|---|---|---|
| .. | ||
| VirtioSerial.c | ||
| VirtioSerial.h | ||
| VirtioSerial.inf | ||
| VirtioSerialPort.c | ||
| VirtioSerialRing.c | ||