From 0c1d660263fcf652fc45cd5b608f37ab15918065 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 17:29:29 +0100 Subject: device/pci_rom.c: Use __func__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I24c40d511eeaa5073acd2b47b20b4ec2f85bb69e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49545 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Michael Niewöhner --- src/device/pci_rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3