We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f4820 commit 9b4f696Copy full SHA for 9b4f696
src/video.c
@@ -359,7 +359,7 @@ static EFI_STATUS csmwrap_video_oprom_init(struct csmwrap_priv *priv)
359
VOID *LocalRomImage;
360
361
if (!PciIo || !PciIo->RomImage || !PciIo->RomSize) {
362
- DEBUG((DEBUG_ERROR, "No PCI I/O protocol or RomImage function\n"));
+ DEBUG((DEBUG_ERROR, No PCI I/O protocol or RomImage function\n));
363
return EFI_UNSUPPORTED;
364
}
365
0 commit comments