Michael Niewöhner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/49555 )
Change subject: mainboard/intel/strago/ec.c: Use __func__ ......................................................................
mainboard/intel/strago/ec.c: Use __func__
Change-Id: Ifa30e9d2a71eae9a438e84367fd8b4f8bd920983 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/49555 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Michael Niewöhner foss@mniewoehner.de --- M src/mainboard/intel/strago/ec.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/src/mainboard/intel/strago/ec.c b/src/mainboard/intel/strago/ec.c index fa23e9f..55424c2 100644 --- a/src/mainboard/intel/strago/ec.c +++ b/src/mainboard/intel/strago/ec.c @@ -15,7 +15,7 @@ .s5_wake_events = MAINBOARD_EC_S5_WAKE_EVENTS, };
- printk(BIOS_DEBUG, "mainboard_ec_init\n"); + printk(BIOS_DEBUG, "%s\n", __func__); post_code(0xf0);
google_chromeec_events_init(&info, acpi_is_wakeup_s3());