aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 17:33:24 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-24 21:26:23 +0000
commitf9e18520c9e576f819321154917f60b6c6725317 (patch)
tree47df27c0d11b2b69f2ac2a148757a5548bddcb2b /src/soc/intel
parente98dbf31f2430331024ffe10003dbab727a03c05 (diff)
soc/intel/denverton_ns/npk.c: Use __func__
Change-Id: Ib0f425d74bc219ef518394526b51f2756eb95d61 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49561 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/denverton_ns/npk.c2
1 files changed, 1 insertions, 1 deletions
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 */
}