aboutsummaryrefslogtreecommitdiff
path: root/src/device/pci_rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_rom.c')
-rw-r--r--src/device/pci_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c
index 4224c651f3..94452433fc 100644
--- a/src/device/pci_rom.c
+++ b/src/device/pci_rom.c
@@ -207,7 +207,7 @@ pci_rom_acpi_fill_vfct(const struct device *device, acpi_vfct_t *vfct_struct,
if (!rom)
rom = pci_rom_probe(device);
if (!rom) {
- printk(BIOS_ERR, "pci_rom_acpi_fill_vfct failed\n");
+ printk(BIOS_ERR, "%s failed\n", __func__);
return current;
}