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:
parent
e167c38775
commit
9cf49da224
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue