aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-22 11:53:56 +0100
committerFelix Singer <felixsinger@posteo.net>2023-02-17 16:08:04 +0000
commit39efcd1ba6cd66f6d2d027714891fd63fe564f5f (patch)
tree061f2499a745faf57ffc73d14c82658cd9a1ad67 /src/mainboard/samsung
parent3a54f4a7f15dc14a0f70ba781b488d63f5b6238e (diff)
tree: Use __func__ instead of hard-coded names
Change-Id: I87e383ce2f28340dbc3c843dbf2ed0e47c00a723 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72382 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/lumpy/ec.c2
1 files changed, 1 insertions, 1 deletions
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;