mainboard/lenovo/s230u/smihandler.c: Use __func__

Change-Id: If46ef5ffbd3de82d793a095b011e5740b776ff14
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49556
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:31:16 +01:00 committed by Michael Niewöhner
parent e167c38775
commit 9cf49da224
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void mainboard_smi_gpi(u32 gpi_sts)
int mainboard_smi_apmc(u8 data)
{
printk(BIOS_INFO, "mainboard_smi_apmc(%02x)\n", data);
printk(BIOS_INFO, "%s(%02x)\n", __func__, data);
switch (data) {
case APM_CNT_ACPI_ENABLE: