mainboard/intel/emeraldlake2/ec.c: Use __func__

Change-Id: I75f534245d37f401357b611efc5c190e8a872d02
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49554
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2021-01-16 17:30:57 +01:00 committed by Michael Niewöhner
parent 1ad0f6d90b
commit 038dc4535c
1 changed files with 1 additions and 1 deletions

View File

@ -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;