soc/intel/braswell/romstage/romstage.c: Use __func__
Change-Id: I07d36fb9b499e64eaba8829073c040792a2fee6e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
f984aecc02
commit
6c78420bcb
|
@ -105,9 +105,8 @@ void soc_memory_init_params(struct romstage_params *params, MEMORY_INIT_UPD *upd
|
||||||
dev = pcidev_on_root(LPC_DEV, LPC_FUNC);
|
dev = pcidev_on_root(LPC_DEV, LPC_FUNC);
|
||||||
|
|
||||||
if (!dev) {
|
if (!dev) {
|
||||||
printk(BIOS_ERR,
|
printk(BIOS_ERR, "Error! Device (PCI:0:%02x.%01x) not found, %s!\n",
|
||||||
"Error! Device (PCI:0:%02x.%01x) not found, soc_memory_init_params!\n",
|
LPC_DEV, LPC_FUNC, __func__);
|
||||||
LPC_DEV, LPC_FUNC);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue