From f9e18520c9e576f819321154917f60b6c6725317 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 17:33:24 +0100 Subject: [PATCH] soc/intel/denverton_ns/npk.c: Use __func__ Change-Id: Ib0f425d74bc219ef518394526b51f2756eb95d61 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49561 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/soc/intel/denverton_ns/npk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/denverton_ns/npk.c b/src/soc/intel/denverton_ns/npk.c index 33762b04b3..8fc44c096f 100644 --- a/src/soc/intel/denverton_ns/npk.c +++ b/src/soc/intel/denverton_ns/npk.c @@ -10,7 +10,7 @@ static void npk_init(struct device *dev) { - printk(BIOS_DEBUG, "pch: npk_init\n"); + printk(BIOS_DEBUG, "pch: %s\n", __func__); /* TODO */ }