From 1e4779e87e62d42086da16ddc5bfb0627b3b31ee Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 17:31:40 +0100 Subject: soc/intel/braswell/chip.c: Use __func__ Change-Id: I96b302f5a1f10daaed017a2453d1568a2e49e4ad Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49558 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/braswell/chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/soc/intel/braswell/chip.c b/src/soc/intel/braswell/chip.c index 2adda5494f..d759602f40 100644 --- a/src/soc/intel/braswell/chip.c +++ b/src/soc/intel/braswell/chip.c @@ -50,8 +50,8 @@ void soc_silicon_init_params(SILICON_INIT_UPD *params) struct soc_intel_braswell_config *config; if (!dev) { - printk(BIOS_ERR, "Error! Device (%s) not found, soc_silicon_init_params!\n", - dev_path(dev)); + printk(BIOS_ERR, "Error! Device (%s) not found, %s!\n", + dev_path(dev), __func__); return; } -- cgit v1.2.3