soc/samsung/exynos5250/dp-reg.c: Use __func__

Change-Id: I572ee7faaa4453d32852eea2b83b0b27c549abf2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49566
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes HAOUAS 2021-01-16 17:33:40 +01:00 committed by Michael Niewöhner
parent 0be419947e
commit 944cf91fd9
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ int s5p_dp_is_video_stream_on(struct s5p_dp_device *dp)
} while (!stopwatch_expired(&sw)); } while (!stopwatch_expired(&sw));
if (i != 4) { if (i != 4) {
printk(BIOS_DEBUG, "s5p_dp_is_video_stream_on timeout\n"); printk(BIOS_DEBUG, "%s timeout\n", __func__);
return -1; return -1;
} }