From 39efcd1ba6cd66f6d2d027714891fd63fe564f5f Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 22 Jan 2023 11:53:56 +0100 Subject: tree: Use __func__ instead of hard-coded names Change-Id: I87e383ce2f28340dbc3c843dbf2ed0e47c00a723 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72382 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/samsung/lumpy/ec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/samsung') diff --git a/src/mainboard/samsung/lumpy/ec.c b/src/mainboard/samsung/lumpy/ec.c index 7aac479d1c..c768b0b0a7 100644 --- a/src/mainboard/samsung/lumpy/ec.c +++ b/src/mainboard/samsung/lumpy/ec.c @@ -7,7 +7,7 @@ void lumpy_ec_init(void) { - printk(BIOS_DEBUG, "lumpy_ec_init\n"); + printk(BIOS_DEBUG, "%s\n", __func__); if (acpi_is_wakeup_s3()) return; -- cgit v1.2.3