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/google/slippy/ec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/slippy') diff --git a/src/mainboard/google/slippy/ec.c b/src/mainboard/google/slippy/ec.c index a3ee95bd0b..2334cb61a4 100644 --- a/src/mainboard/google/slippy/ec.c +++ b/src/mainboard/google/slippy/ec.c @@ -16,7 +16,7 @@ void mainboard_ec_init(void) int s3_wakeup = acpi_is_wakeup_s3(); - printk(BIOS_DEBUG, "mainboard_ec_init\n"); + printk(BIOS_DEBUG, "%s\n", __func__); post_code(0xf0); google_chromeec_events_init(&info, s3_wakeup); -- cgit v1.2.3